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
Missing examples
#22
by Exyloz - opened
I've checked all the files in the Examples directory and noticed you didn't provide examples for 4 of the new models:
loliDiffusionV0.11.10_AOM3-A2_1.0M4-CLIP_VAE_PURIFIED.safetensors
loliDiffusionV0.11.10_AOM3-A3_1.0M4-CLIP_VAE_PURIFIED.safetensors
loliDiffusionV0.11.10_Animelike2D-v2_1.0M4-CLIP_VAE_PURIFIED.safetensors
loliDiffusionV0.11.10_MeinaPastelV6_1.0M4-CLIP_VAE_PURIFIED.safetensors
There are a lot of checkpoints here, so having examples would help in deciding which ones to get. And I always prefer to use one of the original generation examples as the cover image. So it would be nice if you could provide at least one for each of those.
Thanks
fixed it for new version