h94 commited on
Commit
08042ae
1 Parent(s): cac4b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -22,10 +22,17 @@ library_name: diffusers
22
 
23
  ## Introduction
24
 
25
- An experimental version of IP-Adapter-FaceID: we use face ID embedding from a face recognition model instead of CLIP image embedding, additionally, we use LoRA to improve ID consistency. IP-Adapter-FaceID can enerate various style images conditioned on a face with only text prompts.
26
 
27
  ![results](./ip-adapter-faceid.jpg)
28
 
29
 
 
 
 
30
 
31
 
 
 
 
 
 
22
 
23
  ## Introduction
24
 
25
+ An experimental version of IP-Adapter-FaceID: we use face ID embedding from a face recognition model instead of CLIP image embedding, additionally, we use LoRA to improve ID consistency. IP-Adapter-FaceID can generate various style images conditioned on a face with only text prompts.
26
 
27
  ![results](./ip-adapter-faceid.jpg)
28
 
29
 
30
+ ## Limitations and Bias
31
+ - The model does not achieve perfect photorealism and ID consistency.
32
+ - The generalization of the model is limited due to limitations of the training model, generative model and face recognition model.
33
 
34
 
35
+
36
+ ## Non-commercial use
37
+ **This model is released exclusively for research purposes and is not intended for commercial use.**
38
+