Instructions to use CabalResearch/Mugen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CabalResearch/Mugen with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CabalResearch/Mugen", 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
thank you, great work!
#2
by fink94 - opened
Looks really cool, Boss! Thank you so much!
But I'm at a loss as to which model to downloadXD
Base and aesthetic if you plan to train.
Just any aesthetic if only to generate. Non-named aesthetic one if you want non-opinionated dataset.
If you want to mix - probably all of them.