Instructions to use Fictiverse/Stable_Diffusion_PaperCut_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Fictiverse/Stable_Diffusion_PaperCut_Model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Fictiverse/Stable_Diffusion_PaperCut_Model", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
8819010
1
Parent(s): f45c8ba
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,4 +35,5 @@ image.save("./R2-D2.png")
|
|
| 35 |
```
|
| 36 |
|
| 37 |
### ✨ Community spotlight :
|
|
|
|
| 38 |
[](https://www.youtube.com/watch?v=wQWHnZlxFj8)
|
|
|
|
| 35 |
```
|
| 36 |
|
| 37 |
### ✨ Community spotlight :
|
| 38 |
+
@PiyarSquare :
|
| 39 |
[](https://www.youtube.com/watch?v=wQWHnZlxFj8)
|