Commit
·
7838ae1
1
Parent(s):
d7acd7b
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,10 @@ tags:
|
|
9 |
- dreambooth-hackathon
|
10 |
- animal
|
11 |
widget:
|
12 |
-
- text: A cute and adorable photo of
|
13 |
---
|
14 |
|
15 |
-
# DreamBooth model for the naseemee concept trained by shahukareem on the shahukareem/
|
16 |
|
17 |
This is a Stable Diffusion model fine-tuned on the naseemee concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of naseemee cat**
|
18 |
|
@@ -29,7 +29,7 @@ This is a Stable Diffusion model fine-tuned on `cat` images for the animal theme
|
|
29 |
```python
|
30 |
from diffusers import StableDiffusionPipeline
|
31 |
|
32 |
-
pipeline = StableDiffusionPipeline.from_pretrained('shahukareem/
|
33 |
image = pipeline().images[0]
|
34 |
image
|
35 |
```
|
|
|
9 |
- dreambooth-hackathon
|
10 |
- animal
|
11 |
widget:
|
12 |
+
- text: A cute and adorable photo of a cat
|
13 |
---
|
14 |
|
15 |
+
# DreamBooth model for the naseemee concept trained by shahukareem on the shahukareem/cat dataset.
|
16 |
|
17 |
This is a Stable Diffusion model fine-tuned on the naseemee concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of naseemee cat**
|
18 |
|
|
|
29 |
```python
|
30 |
from diffusers import StableDiffusionPipeline
|
31 |
|
32 |
+
pipeline = StableDiffusionPipeline.from_pretrained('shahukareem/bulhaa-cat')
|
33 |
image = pipeline().images[0]
|
34 |
image
|
35 |
```
|