nazianafis commited on
Commit
c8effe9
1 Parent(s): 9b6cb91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - diffusion-models-class
9
  - dreambooth-hackathon
10
  - science
 
11
  widget:
12
  - text: a zoomed out photo of a daffodil, with tryp22 pattern in the background, HD
13
  ---
@@ -21,7 +22,7 @@ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [orga
21
  ## Description
22
 
23
 
24
- This is a Stable Diffusion model fine-tuned on 22 images that might trigger Trypophibia in some, for the science theme.
25
 
26
  Trypophobia refers to a strong fear or disgust of closely packed holes. The name combines the Greek words “trypa” (punching or drilling holes) and “phobia” (fear or aversion).
27
 
@@ -36,4 +37,4 @@ from diffusers import StableDiffusionPipeline
36
  pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern')
37
  image = pipeline().images[0]
38
  image
39
- ```
 
8
  - diffusion-models-class
9
  - dreambooth-hackathon
10
  - science
11
+ - trypophobia
12
  widget:
13
  - text: a zoomed out photo of a daffodil, with tryp22 pattern in the background, HD
14
  ---
 
22
  ## Description
23
 
24
 
25
+ This is a Stable Diffusion model fine-tuned on 22 images that might trigger Trypophobia in some, for the science theme.
26
 
27
  Trypophobia refers to a strong fear or disgust of closely packed holes. The name combines the Greek words “trypa” (punching or drilling holes) and “phobia” (fear or aversion).
28
 
 
37
  pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern')
38
  image = pipeline().images[0]
39
  image
40
+ ```