botmaster commited on
Commit
8a8741d
·
1 Parent(s): fc0edcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Stable Diffusion text-to-image fine-tuning
2
 
3
  The `train_text_to_image.py` script shows how to fine-tune stable diffusion model on your own dataset.
@@ -243,4 +252,4 @@ xFormers training is not available for Flax/JAX.
243
 
244
  **Note**:
245
 
246
- According to [this issue](https://github.com/huggingface/diffusers/issues/2234#issuecomment-1416931212), xFormers `v0.0.16` cannot be used for training in some GPUs. If you observe that problem, please install a development version as indicated in that comment.
 
1
+ ---
2
+ license: agpl-3.0
3
+ sdk: gradio
4
+ models:
5
+ - CompVis/stable-diffusion-v1-4
6
+ datasets:
7
+ - botmaster/mother-2-battle-sprites
8
+ pinned: false
9
+ ---
10
  # Stable Diffusion text-to-image fine-tuning
11
 
12
  The `train_text_to_image.py` script shows how to fine-tune stable diffusion model on your own dataset.
 
252
 
253
  **Note**:
254
 
255
+ According to [this issue](https://github.com/huggingface/diffusers/issues/2234#issuecomment-1416931212), xFormers `v0.0.16` cannot be used for training in some GPUs. If you observe that problem, please install a development version as indicated in that comment.