Instructions to use LoliRimuru/moeFussion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LoliRimuru/moeFussion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LoliRimuru/moeFussion", 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
Josef Jílek commited on
Commit ·
5db7d9c
1
Parent(s): 6e78a9c
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ Flexibility and responsivity \
|
|
| 45 |
Added support for Night Sky YOZORA model \
|
| 46 |
\
|
| 47 |
v0.9.x \
|
| 48 |
-
Different approach at merging, you might find v0.8.x versions better \
|
| 49 |
Changes at supported models \
|
| 50 |
\
|
| 51 |
v2.1.X EXPERIMENTAL RELEASE \
|
|
|
|
| 45 |
Added support for Night Sky YOZORA model \
|
| 46 |
\
|
| 47 |
v0.9.x \
|
| 48 |
+
Different approach at merging, you might find v0.8.x versions better \
|
| 49 |
Changes at supported models \
|
| 50 |
\
|
| 51 |
v2.1.X EXPERIMENTAL RELEASE \
|