buruzaemon commited on
Commit
2492beb
1 Parent(s): f34b0a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ base_model: runwayml/stable-diffusion-v1-5
4
+ instance_prompt: a photo of sks dog
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - dreambooth
11
+ inference: true
12
+ ---
13
+
14
+ # DreamBooth - buruzaemon/stable-diffusion-v1.5-dreambooth-sks-dog
15
+
16
+ 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/).
17
+ The build process follows the [🤗 Diffusers documentation on 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).
18
+
19
+
20
+
21
+ DreamBooth for the text encoder was not enabled.