Instructions to use sd2-community/stable-diffusion-2-1-unclip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sd2-community/stable-diffusion-2-1-unclip with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sd2-community/stable-diffusion-2-1-unclip", 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 Settings
- Draw Things
- DiffusionBee
- Xet hash:
- 87bf4b9d4e7e2ead0a51f543fe038b0b9df6f5613e970e985395e05ed5081d0a
- Size of remote file:
- 1.26 GB
- SHA256:
- 49e56ff753584e2fd7708b8315b66b20f0c4ccd09723d6e589b797d3ea019d23
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.