Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -18,11 +18,10 @@ from diffusers import StableDiffusionPipeline
|
|
18 |
pipeline = StableDiffusionPipeline.from_pretrained(prajwal13/pintu_dreambooth)
|
19 |
image = pipeline('a photo of sks dog').images[0]
|
20 |
image
|
|
|
21 |
|
22 |
|
23 |
These are the images on which the dreambooth model is trained on
|
24 |
|
25 |

|
26 |
|
27 |
-
|
28 |
-
```
|
|
|
18 |
pipeline = StableDiffusionPipeline.from_pretrained(prajwal13/pintu_dreambooth)
|
19 |
image = pipeline('a photo of sks dog').images[0]
|
20 |
image
|
21 |
+
```
|
22 |
|
23 |
|
24 |
These are the images on which the dreambooth model is trained on
|
25 |
|
26 |

|
27 |
|
|
|
|