valhalla commited on
Commit
1b0f9c7
·
1 Parent(s): 71abd15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -109,3 +109,15 @@ gen_images = pipe(
109
  gen_images.save('out_zoe.png')
110
  ```
111
  <a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_zeo.png"><img width="480" style="margin:0;padding:0;" src="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_zeo.png"/></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  gen_images.save('out_zoe.png')
110
  ```
111
  <a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_zeo.png"><img width="480" style="margin:0;padding:0;" src="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_zeo.png"/></a>
112
+
113
+
114
+ ### Training
115
+
116
+ Our training script was built on top of the official training script that we provide [here](https://github.com/huggingface/diffusers/blob/main/examples/t2i_adapter/README_sdxl.md).
117
+
118
+ The model is trained on 3M high-resolution image-text pairs from LAION-Aesthetics V2 with
119
+
120
+ - Training steps: 25000
121
+ - Batch size: Data parallel with a single gpu batch size of `16` for a total batch size of `256`.
122
+ - Learning rate: Constant learning rate of `1e-5`.
123
+ - Mixed precision: fp16