valhalla commited on
Commit
fa446dd
·
1 Parent(s): 68a02f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -111,4 +111,15 @@ gen_images = pipe(
111
  ).images[0]
112
  gen_images.save('out_mid.png')
113
  ```
114
- <a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_mid.png"><img width="480" style="margin:0;padding:0;" src="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_mid.png"/></a>
 
 
 
 
 
 
 
 
 
 
 
 
111
  ).images[0]
112
  gen_images.save('out_mid.png')
113
  ```
114
+ <a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_mid.png"><img width="480" style="margin:0;padding:0;" src="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_mid.png"/></a>
115
+
116
+ ### Training
117
+
118
+ 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).
119
+
120
+ The model is trained on 3M high-resolution image-text pairs from LAION-Aesthetics V2 with
121
+
122
+ - Training steps: 35000
123
+ - Batch size: Data parallel with a single gpu batch size of `16` for a total batch size of `256`.
124
+ - Learning rate: Constant learning rate of `1e-5`.
125
+ - Mixed precision: fp16