buruzaemon commited on
Commit
24da4ac
1 Parent(s): 4b1eb46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,9 +14,9 @@ inference: true
14
 
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
- You can find some example images in the following.
19
 
20
 
21
 
22
- DreamBooth for the text encoder was enabled: False.
 
14
 
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
 
22
+ DreamBooth for the text encoder was not enabled.