FoivosPar commited on
Commit
712635e
1 Parent(s): 4201089

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -34,6 +34,14 @@ both of which are fine-tuned from [runwayml/stable-diffusion-v1-5](https://huggi
34
  The encoder is tailored for projecting ID-embeddings to the CLIP latent space.
35
  Arc2Face adapts the pre-trained backbone to the task of ID-to-face generation, conditioned solely on ID vectors.
36
 
 
 
 
 
 
 
 
 
37
  ## Usage
38
 
39
  The models can be downloaded directly from this repository or using python:
 
34
  The encoder is tailored for projecting ID-embeddings to the CLIP latent space.
35
  Arc2Face adapts the pre-trained backbone to the task of ID-to-face generation, conditioned solely on ID vectors.
36
 
37
+ ## ControlNet (pose)
38
+
39
+ We also provide a ControlNet model trained on top of Arc2Face for pose control.
40
+
41
+ <div align="center">
42
+ <img src='assets/controlnet_short.jpg'>
43
+ </div>
44
+
45
  ## Usage
46
 
47
  The models can be downloaded directly from this repository or using python: