Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
tags:
|
@@ -10,19 +9,19 @@ tags:
|
|
10 |
- dreambooth-hackathon
|
11 |
- food
|
12 |
widget:
|
13 |
-
- text: a photo of
|
14 |
---
|
15 |
|
16 |
-
# DreamBooth model for the
|
17 |
|
18 |
-
This is a Stable Diffusion model fine-tuned on the
|
19 |
|
20 |
This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
|
21 |
|
22 |
## Description
|
23 |
|
24 |
|
25 |
-
This is a Stable Diffusion model fine-tuned on `ramen` images for the food theme.
|
26 |
|
27 |
|
28 |
## Usage
|
@@ -30,7 +29,9 @@ This is a Stable Diffusion model fine-tuned on `ramen` images for the food theme
|
|
30 |
```python
|
31 |
from diffusers import StableDiffusionPipeline
|
32 |
|
33 |
-
pipeline = StableDiffusionPipeline.from_pretrained('Prgckwb/
|
34 |
image = pipeline().images[0]
|
35 |
image
|
36 |
-
```
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
tags:
|
|
|
9 |
- dreambooth-hackathon
|
10 |
- food
|
11 |
widget:
|
12 |
+
- text: a photo of a dog eating jirostyle ramen noodles in the park
|
13 |
---
|
14 |
|
15 |
+
# DreamBooth model for the jirostyle concept trained by Prgckwb on the Prgckwb/jiro-style-ramen dataset.
|
16 |
|
17 |
+
This is a Stable Diffusion model fine-tuned on the jirostyle concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of jirostyle ramen noodles**
|
18 |
|
19 |
This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
|
20 |
|
21 |
## Description
|
22 |
|
23 |
|
24 |
+
This is a Stable Diffusion model fine-tuned on `ramen noodles` images for the food theme.
|
25 |
|
26 |
|
27 |
## Usage
|
|
|
29 |
```python
|
30 |
from diffusers import StableDiffusionPipeline
|
31 |
|
32 |
+
pipeline = StableDiffusionPipeline.from_pretrained('Prgckwb/jirostyle-ramen noodles')
|
33 |
image = pipeline().images[0]
|
34 |
image
|
35 |
+
```
|
36 |
+
|
37 |
+
## Generated Images
|