Instructions to use ThePioneer/MoeDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ThePioneer/MoeDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ThePioneer/MoeDiffusion", 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
Commit ·
eec3d6b
1
Parent(s): 63f0e3a
Upload 3 files
Browse filesadding some more samples
- 00050-3667740274-[[art by yaguru magiku]], A teenage girl wearing a black yukata, angry smile, in the style of Kyoto Animation in the 2010s, offi.png +0 -0
- 00083-113997253-[[art by yaguru magiku]], A teenage girl wearing a black uniform, angry smile, in the style of Kyoto Animation in the 2010s, off.png +0 -0
- 00115-3758118950-[[art by yaguru magiku]], A teenage girl wearing a black uniform, angry smile, in the style of Kyoto Animation in the 2010s, off.png +0 -0
00050-3667740274-[[art by yaguru magiku]], A teenage girl wearing a black yukata, angry smile, in the style of Kyoto Animation in the 2010s, offi.png
ADDED
|
00083-113997253-[[art by yaguru magiku]], A teenage girl wearing a black uniform, angry smile, in the style of Kyoto Animation in the 2010s, off.png
ADDED
|
00115-3758118950-[[art by yaguru magiku]], A teenage girl wearing a black uniform, angry smile, in the style of Kyoto Animation in the 2010s, off.png
ADDED
|