kokuma commited on
Commit
75a01a3
1 Parent(s): b793866

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -20,7 +20,7 @@ datasets:
20
  ---
21
 
22
  # DreamBooth model for the `mazapan` concept trained by kokuma on the `kokuma/figuritas-de-mazapan` dataset.
23
- This is a Stable Diffusion model fine-tuned on the `mazapan` concept with DreamBooth.\
24
  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!
25
 
26
  #### Prompts
@@ -32,9 +32,15 @@ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [orga
32
  - **CFG scale**: Between 6 and 8
33
  - **Samplers**: Euler a, Euler, DPM2 a, DPM++ SDE, DPM fast, DPM adaptive, DPM2 a Karras
34
 
35
- ## Description
 
 
 
 
 
 
 
36
 
37
- This is a Stable Diffusion model fine-tuned on `mazapan` images for the food theme.
38
 
39
  ## Usage
40
  ```python
 
20
  ---
21
 
22
  # DreamBooth model for the `mazapan` concept trained by kokuma on the `kokuma/figuritas-de-mazapan` dataset.
23
+ This is a Stable Diffusion model fine-tuned on the `mazapan` concept with DreamBooth for the food theme.\
24
  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!
25
 
26
  #### Prompts
 
32
  - **CFG scale**: Between 6 and 8
33
  - **Samplers**: Euler a, Euler, DPM2 a, DPM++ SDE, DPM fast, DPM adaptive, DPM2 a Karras
34
 
35
+ ## Examples
36
+ | "a cute dog, mazapan" | "a cute sparrow, mazapan" | "a cute bear, mazapan" |
37
+ | -- | -- | -- |
38
+ | ![](images/00012-3020517259-a-cute-dog,-mazapan.png) | ![](images/00015-2412980111-a-cute-sparrow,-mazapan.png) | ![](images/00020-4193097991-a-cute-bear,-mazapan.png) |
39
+
40
+ | "A cute koala, mazapan.png" | "a cute robot made of mazapan" | "a cute fox, mazapan" |
41
+ | -- | -- | -- |
42
+ | ![](images/00021-3687677306-a-cute-koala,-mazapan.png) | ![](images/00081-1016725166-a-cute-robot-made-of-mazapan.png) | ![](images/00151-901443973-a-cute-fox,-mazapan.png) |
43
 
 
44
 
45
  ## Usage
46
  ```python