buruzaemon commited on
Commit
55ffa49
1 Parent(s): 24da4ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ inference: true
15
  # DreamBooth - buruzaemon/stable-diffusion-v1.5-dreambooth-dog
16
 
17
  This is a DreamBooth model derived from runwayml/stable-diffusion-v1-5. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/).
18
- The build process follows the [🤗 Diffusers documentation on Training, Methods, DreamBooth](https://huggingface.co/docs/diffusers/training/dreambooth), but using a forked version of `train_dreambooth.py`.
19
 
20
 
21
 
 
15
  # DreamBooth - buruzaemon/stable-diffusion-v1.5-dreambooth-dog
16
 
17
  This is a DreamBooth model derived from runwayml/stable-diffusion-v1-5. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/).
18
+ The build process follows the [🤗 Diffusers documentation on Training, Methods, DreamBooth](https://huggingface.co/docs/diffusers/training/dreambooth), but using a [forked version of `train_dreambooth.py`](https://github.com/buruzaemon/diffusers/blob/main/examples/dreambooth/train_dreambooth.py).
19
 
20
 
21