Fictiverse commited on
Commit
0e9cfa9
1 Parent(s): 426f391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -6,6 +6,11 @@ This is the fine-tuned Stable Diffusion model trained on Paper Cut images.
6
 
7
  Use **PaperCut** in your prompts.
8
 
 
 
 
 
 
9
  ### 🧨 Diffusers
10
 
11
  This model can be used just like any other Stable Diffusion model. For more information,
@@ -25,9 +30,4 @@ prompt = "PaperCut R2-D2"
25
  image = pipe(prompt).images[0]
26
 
27
  image.save("./R2-D2.png")
28
- ```
29
-
30
- ### Sample images:
31
- ![PaperCut.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667910351389-635749860725c2f190a76e88.jpeg)
32
- ![PaperCut.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667912285222-635749860725c2f190a76e88.jpeg)
33
- Based on StableDiffusion 1.5 model
 
6
 
7
  Use **PaperCut** in your prompts.
8
 
9
+ ### Sample images:
10
+ ![PaperCut.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667910351389-635749860725c2f190a76e88.jpeg)
11
+ ![PaperCut.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667912285222-635749860725c2f190a76e88.jpeg)
12
+ Based on StableDiffusion 1.5 model
13
+
14
  ### 🧨 Diffusers
15
 
16
  This model can be used just like any other Stable Diffusion model. For more information,
 
30
  image = pipe(prompt).images[0]
31
 
32
  image.save("./R2-D2.png")
33
+ ```