Instructions to use aipicasso/picasso-diffusion-1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aipicasso/picasso-diffusion-1-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aipicasso/picasso-diffusion-1-1", 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 History
Create v1-1.yaml ad5410b
Update vae/config.json a7a07d3
Update README.md 37f0724
Update README.md 0b12db5
Update README_en.md f1fbeb1
Update README.md 9884355
Update README 1cd54f1
Yasunori Ozaki commited on
Update README d6598a9
Yasunori Ozaki commited on
Update README 43d6e18
Yasunori Ozaki commited on
Add models f5ad833
Yasunori Ozaki commited on
README 24c79f2
initial commit 5d4bbb4
Yasunori Ozaki commited on