Instructions to use JosephusCheung/RuminationDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JosephusCheung/RuminationDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("JosephusCheung/RuminationDiffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, anime, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, garden, looking at viewer" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md 7945da7
Update README.md 4174be3
Update README.md 2dfc79c
Update README.md 47c0eb0
Update README.md 6b8ae68
Update README.md 9677179
Update scheduler/scheduler_config.json 919a3f2
Update README.md 6826410
Upload RuminationDiffusion.png 22bcc90
Upload 12 files 5b493d8
Upload 2 files 5e972d5
initial commit 0e2872b
Joseph Cheung commited on