rmahfuz commited on
Commit
0e3be4d
1 Parent(s): 05fbced

Update README.md

Browse files

![fruit_salad.png](https://s3.amazonaws.com/moonup/production/uploads/1674337822450-62f69149d3bdacb7eec0039c.png)

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,12 +10,15 @@ tags:
10
  - science
11
  widget:
12
  - text: a photo of kldscp pattern as a fruit salad
 
 
13
  ---
14
 
15
  # DreamBooth model for the kldscp concept trained by rmahfuz on the rmahfuz/kaleidoscope dataset.
16
 
17
  This is a Stable Diffusion model fine-tuned on the kldscp concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of kldscp pattern**
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
@@ -24,6 +27,7 @@ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [orga
24
  This is a Stable Diffusion model fine-tuned on kaleidoscope `pattern` images for the science theme.
25
 
26
 
 
27
  ## Usage
28
 
29
  ```python
@@ -32,4 +36,4 @@ from diffusers import StableDiffusionPipeline
32
  pipeline = StableDiffusionPipeline.from_pretrained('rmahfuz/kldscp-pattern')
33
  image = pipeline().images[0]
34
  image
35
- ```
 
10
  - science
11
  widget:
12
  - text: a photo of kldscp pattern as a fruit salad
13
+ datasets:
14
+ - rmahfuz/kaleidoscope
15
  ---
16
 
17
  # DreamBooth model for the kldscp concept trained by rmahfuz on the rmahfuz/kaleidoscope dataset.
18
 
19
  This is a Stable Diffusion model fine-tuned on the kldscp concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of kldscp pattern**
20
 
21
+
22
  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!
23
 
24
  ## Description
 
27
  This is a Stable Diffusion model fine-tuned on kaleidoscope `pattern` images for the science theme.
28
 
29
 
30
+
31
  ## Usage
32
 
33
  ```python
 
36
  pipeline = StableDiffusionPipeline.from_pretrained('rmahfuz/kldscp-pattern')
37
  image = pipeline().images[0]
38
  image
39
+ ```