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 2b9463b
Update README.md 49f00a7
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 README.md 6826410
initial commit 0e2872b
Joseph Cheung commited on