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 ·
54e74be
1
Parent(s): 64a1367
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,6 @@ widget:
|
|
| 17 |
|
| 18 |
# This is only a test model, not recommended, please don't use it directly!
|
| 19 |
|
| 20 |
-
Fine-tuned off Stable Diffusion [v2-1_768-nonema-pruned.ckpt](https://huggingface.co/stabilityai/stable-diffusion-2-1/blob/main/v2-1_768-nonema-pruned.ckpt)
|
| 21 |
|
| 22 |

|
|
|
|
| 17 |
|
| 18 |
# This is only a test model, not recommended, please don't use it directly!
|
| 19 |
|
| 20 |
+
Fine-tuned off Stable Diffusion [v2-1_768-nonema-pruned.ckpt](https://huggingface.co/stabilityai/stable-diffusion-2-1/blob/main/v2-1_768-nonema-pruned.ckpt).
|
| 21 |
|
| 22 |

|