Instructions to use proxima/halloween_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use proxima/halloween_diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("proxima/halloween_diffusion", 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
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#2) 0a2ebc0
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#1) 77181b1
Delete .DS_Store 2058686
add diffusers ec91594
artemisiaaaa commited on
Update README.md f6b955c
Delete .DS_Store 177de6f
delete diffusers 75c4ed1
artemisiaaaa commited on
Update README.md d8bc003
add diffusers weights 3338d12
artemisiaaaa commited on