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
Update README.md
#1
by jayar9 - opened
Remove note about SwarmUI support which is currently not accurate.
RuntimeError: Given groups=1, weight of size [320, 32, 3, 3], expected input[2, 9, 152, 104] to have 32 channels, but got 9 channels instead
On further testing, this goes away with the custom node pack installed.
jayar9 changed pull request status to closed
I will revise the note. Previously it was working from reports in the SwarmUI discord itself.