Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ tags:
|
|
10 |
- animal
|
11 |
widget:
|
12 |
- text: a photo of stray cat in the forest
|
|
|
13 |
---
|
14 |
|
15 |
# DreamBooth model for the stray concept trained by ahmadmac on the ahmadmac/cat dataset.
|
@@ -32,4 +33,4 @@ from diffusers import StableDiffusionPipeline
|
|
32 |
pipeline = StableDiffusionPipeline.from_pretrained('ahmadmac/stray-cat')
|
33 |
image = pipeline().images[0]
|
34 |
image
|
35 |
-
```
|
|
|
10 |
- animal
|
11 |
widget:
|
12 |
- text: a photo of stray cat in the forest
|
13 |
+
pipeline_tag: text-to-image
|
14 |
---
|
15 |
|
16 |
# DreamBooth model for the stray concept trained by ahmadmac on the ahmadmac/cat dataset.
|
|
|
33 |
pipeline = StableDiffusionPipeline.from_pretrained('ahmadmac/stray-cat')
|
34 |
image = pipeline().images[0]
|
35 |
image
|
36 |
+
```
|