Datasets:
Shirleyphd
commited on
Commit
•
15a40a6
1
Parent(s):
15b57d3
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ widget:
|
|
12 |
- text: a photo of pug dog in a cup
|
13 |
---
|
14 |
|
15 |
-
# DreamBooth model for pugsly trained by lewtun on the Shirleyphd/
|
16 |
|
17 |
This is a Stable Diffusion model fine-tuned the ccorgi concept taught to Stable Diffusion with DreamBooth.
|
18 |
It can be used by modifying the `instance_prompt`: **a photo of puglsy dog**
|
@@ -30,7 +30,7 @@ This is a Stable Diffusion model fine-tuned on `dog` images for the animal theme
|
|
30 |
```python
|
31 |
from diffusers import StableDiffusionPipeline
|
32 |
|
33 |
-
pipeline = StableDiffusionPipeline.from_pretrained('Shirleyphd/
|
34 |
image = pipeline().images[0]
|
35 |
image
|
36 |
```
|
|
|
12 |
- text: a photo of pug dog in a cup
|
13 |
---
|
14 |
|
15 |
+
# DreamBooth model for pugsly trained by lewtun on the Shirleyphd/Pug dataset.
|
16 |
|
17 |
This is a Stable Diffusion model fine-tuned the ccorgi concept taught to Stable Diffusion with DreamBooth.
|
18 |
It can be used by modifying the `instance_prompt`: **a photo of puglsy dog**
|
|
|
30 |
```python
|
31 |
from diffusers import StableDiffusionPipeline
|
32 |
|
33 |
+
pipeline = StableDiffusionPipeline.from_pretrained('Shirleyphd/Pug-dog')
|
34 |
image = pipeline().images[0]
|
35 |
image
|
36 |
```
|