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
- Draw Things
- DiffusionBee
Commit History
Update README.md 54e74be
Upload RuminationDiffusion.png 64a1367
Upload pytorch_model.bin 24c9d14
Update README.md 2b9463b
Upload diffusion_pytorch_model.bin b7ff9fb
Delete sd2_1_ucg_autotagger_ruminant_notte_12_21.yaml db3b583
Delete sd2_1_ucg_autotagger_ruminant_notte_12_26.ckpt c1375ba
Upload 4 files b30c694
Delete sd2_1_ucg_autotagger_ruminant_notte_12_21.ckpt 29dcf7b
Upload sd2_1_ucg_autotagger_ruminant_notte_12_26.ckpt 71db6ca
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 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