Instructions to use doohickey/neopian-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use doohickey/neopian-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("doohickey/neopian-diffusion", torch_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
Commit History
Upload 3 files 3d492b6
Delete neopian-diffusion_step_2000.ckpt 0a863ca
Upload neopian-diffusion_step_2000.ckpt a75570e
Update README.md 23627cc
Update README.md f0f2d38
Update README.md 78a993e
Update README.md 70b9cc1
Update README.md d534efa
Update README.md c9e3846
Update README.md 81025b1
Create README.md 6731036
initial commit 55da5ad
crumb commited on