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
- Xet hash:
- dae2b9c11da7fdd8e5538e85a207eb6867e15e7bb9145110161c85345cf7f83a
- Size of remote file:
- 1.22 GB
- SHA256:
- 16d28f2b37109f222cdc33620fdd262102ac32112be0352a7f77e9614b35a394
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.