Update README.md
Browse files
README.md
CHANGED
@@ -9,40 +9,8 @@ dataset_info:
|
|
9 |
num_examples: 31
|
10 |
download_size: 978665
|
11 |
dataset_size: 978393.0
|
12 |
-
license: creativeml-openrail-m
|
13 |
-
tags:
|
14 |
-
- pytorch
|
15 |
-
- diffusers
|
16 |
-
- stable-diffusion
|
17 |
-
- text-to-image
|
18 |
-
- diffusion-models-class
|
19 |
-
- dreambooth-hackathon
|
20 |
-
- food
|
21 |
-
widget:
|
22 |
-
- text: a photo of JiroStyle ramen in the park
|
23 |
---
|
24 |
|
25 |
|
26 |
-
# DreamBooth model for the JiroStyle concept trained by Prgckwb on the Prgckwb/jiro-style-ramen dataset.
|
27 |
-
|
28 |
-
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**
|
29 |
-
|
30 |
-
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!
|
31 |
-
|
32 |
-
## Description
|
33 |
-
|
34 |
-
|
35 |
-
This is a Stable Diffusion model fine-tuned on `ramen` images for the food theme.
|
36 |
-
|
37 |
-
|
38 |
-
## Usage
|
39 |
-
|
40 |
-
```python
|
41 |
-
from diffusers import StableDiffusionPipeline
|
42 |
-
|
43 |
-
pipeline = StableDiffusionPipeline.from_pretrained('Prgckwb/JiroStyle-ramen')
|
44 |
-
image = pipeline().images[0]
|
45 |
-
image
|
46 |
-
```
|
47 |
|
48 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
9 |
num_examples: 31
|
10 |
download_size: 978665
|
11 |
dataset_size: 978393.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|