ahmadmac commited on
Commit
d723560
1 Parent(s): dc5b5e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -10,6 +10,7 @@ tags:
10
  - animal
11
  widget:
12
  - text: a photo of stray cat in the forest
 
13
  ---
14
 
15
  # DreamBooth model for the stray concept trained by ahmadmac on the ahmadmac/cat dataset.
@@ -32,4 +33,4 @@ from diffusers import StableDiffusionPipeline
32
  pipeline = StableDiffusionPipeline.from_pretrained('ahmadmac/stray-cat')
33
  image = pipeline().images[0]
34
  image
35
- ```
 
10
  - animal
11
  widget:
12
  - text: a photo of stray cat in the forest
13
+ pipeline_tag: text-to-image
14
  ---
15
 
16
  # DreamBooth model for the stray concept trained by ahmadmac on the ahmadmac/cat dataset.
 
33
  pipeline = StableDiffusionPipeline.from_pretrained('ahmadmac/stray-cat')
34
  image = pipeline().images[0]
35
  image
36
+ ```