Text-to-Image
Diffusers
Safetensors
lora
clementchadebec commited on
Commit
5094372
·
verified ·
1 Parent(s): 9ce33a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -71,6 +71,13 @@ image = pipe(prompt, num_inference_steps=4, guidance_scale=0).images[0]
71
  <img style="width:400px;" src="assets/raccoon.png">
72
  </p>
73
 
 
 
 
 
 
 
 
74
  ## Citation
75
  If you find this work useful or use it in your research, please consider citing us
76
 
 
71
  <img style="width:400px;" src="assets/raccoon.png">
72
  </p>
73
 
74
+
75
+ ## Training details
76
+ The model was trained for ~50 hours on 2 H100 GPUs.
77
+
78
+ 💡 Training Hint : Model could perform much better on text if distilled on dataset of images containing text, feel free to try it yourself.
79
+
80
+
81
  ## Citation
82
  If you find this work useful or use it in your research, please consider citing us
83