Fictiverse
commited on
Commit
•
e780cfa
1
Parent(s):
1bada1c
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: creativeml-openrail-m
|
|
3 |
tags:
|
4 |
- text-to-image
|
5 |
---
|
6 |
-
# Paper Cut model V1
|
7 |
This is the fine-tuned Stable Diffusion model trained on Paper Cut images.
|
8 |
|
9 |
Use **PaperCut** in your prompts.
|
@@ -32,4 +32,7 @@ prompt = "PaperCut R2-D2"
|
|
32 |
image = pipe(prompt).images[0]
|
33 |
|
34 |
image.save("./R2-D2.png")
|
35 |
-
```
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- text-to-image
|
5 |
---
|
6 |
+
# 🧩 Paper Cut model V1
|
7 |
This is the fine-tuned Stable Diffusion model trained on Paper Cut images.
|
8 |
|
9 |
Use **PaperCut** in your prompts.
|
|
|
32 |
image = pipe(prompt).images[0]
|
33 |
|
34 |
image.save("./R2-D2.png")
|
35 |
+
```
|
36 |
+
|
37 |
+
### ✨ Community spotlight :
|
38 |
+
[![PiyarSquare video](https://img.youtube.com/vi/wQWHnZlxFj8E/0.jpg)](https://www.youtube.com/watch?v=wQWHnZlxFj8)
|