buruzaemon
commited on
Commit
•
24da4ac
1
Parent(s):
4b1eb46
Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ inference: true
|
|
14 |
|
15 |
# DreamBooth - buruzaemon/stable-diffusion-v1.5-dreambooth-dog
|
16 |
|
17 |
-
This is a
|
18 |
-
|
19 |
|
20 |
|
21 |
|
22 |
-
DreamBooth for the text encoder was enabled
|
|
|
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.
|