balgot commited on
Commit
f79694e
1 Parent(s): 29c196f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -17,7 +17,8 @@ library_name: pytorch
17
  This model was created as a part of the project for FI:PA228 (Masaryk University),
18
  inspired by this paper: [Face Generation from Textual Features using Conditionally trained Inputs to Generative Adversarial Networks](https://arxiv.org/abs/2301.09123)
19
 
20
- It was trained on the generated dataset from BLIP and StyleGAN3.
 
21
 
22
 
23
  ## How to use:
@@ -52,4 +53,16 @@ model.load_state_dict(torch.load(TRANSLATION_MODEL, map_location=dev))
52
  ## Demo
53
 
54
  For the demo of the whole pipeline, or how this model helps to generate a final image,
55
- visits [text-to-stylegan HF space](https://huggingface.co/spaces/balgot/text-to-stylegan3).
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  This model was created as a part of the project for FI:PA228 (Masaryk University),
18
  inspired by this paper: [Face Generation from Textual Features using Conditionally trained Inputs to Generative Adversarial Networks](https://arxiv.org/abs/2301.09123)
19
 
20
+ It was trained on the generated dataset from BLIP and StyleGAN3. See the [corresponding notebook](https://colab.research.google.com/drive/14rDcCc0Xr1L1Ax3aKezEhmcn81vXGVQ7?usp=sharing)
21
+ for further details.
22
 
23
 
24
  ## How to use:
 
53
  ## Demo
54
 
55
  For the demo of the whole pipeline, or how this model helps to generate a final image,
56
+ visits [text-to-stylegan HF space](https://huggingface.co/spaces/balgot/text-to-stylegan3).
57
+
58
+ ## Examples
59
+
60
+ * Prompt: `attractive young woman, blond hair`
61
+ ![image of attractive young women](attractive_young_woman_blonde.png)
62
+
63
+
64
+
65
+
66
+ * Prompt initial: `cute young boy, blond hair, blue eyes, smiling`
67
+ * Prompt second: `old man, short gray hair, glasses, wearing hat`
68
+ <img src="https://huggingface.co/balgot/bert-2-stylegan3/resolve/main/young2old.gif" width="200" height="200" />