Instructions to use TheMistoAI/MistoLine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheMistoAI/MistoLine with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheMistoAI/MistoLine", 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
add AIBOM
#13 opened 8 months ago
by
sabato-nocera
Inference API Broken
7
#11 opened almost 2 years ago
by
Cyteon
Regarding the generated images being line plots, the code used is provided by Hugging Face, as shown below. How can normal images be generated instead?
3
#8 opened almost 2 years ago
by
obtion
System Requirements for TheMistoAI/MistoLine (CPU and RAM)
#7 opened almost 2 years ago
by
encripto