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 Settings
- Draw Things
- DiffusionBee
The effect is not as good as your examples
#4
by jessica6105 - opened
hi,thanks for your working,i tried a few generations,but the effect is not very good.I think it has something to do with the VAE or base Checkpoint,is there anyway to get the vae model you are using in the example?
please try https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/tree/main this vae
and Our example are generated by Juggernaut XL, you can try the same parameters from our examples in ComfyUI, in WebUI it could be a little bit different....
baizh0u changed discussion status to closed