Instructions to use mann-e/Mann-E_Art with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mann-e/Mann-E_Art with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mann-e/Mann-E_Art", 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
- Draw Things
- DiffusionBee
Can you create a space for this model?
2
#4 opened almost 2 years ago
by
Sh1N0Suk3
would you add a civitai version.
1
#3 opened almost 2 years ago
by
Makadi86
Do you have a lightweight version? Is FP16 version supported
3
#2 opened almost 2 years ago
by
michaelj