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
How to select Anyline in ComfyUI?
#1
by pechista - opened
In the description you mentioned the new "Anyline" pre-processor, is it already included in the latest ComfyUI update?
Thanks for the great work.
We will publish it next week. Stay tuned!
Before that, you can use any line pre-processor with MistoLine.
We will publish it next week. Stay tuned!
Before that, you can use any line pre-processor with MistoLine.
It's been more than a week, any news on releasing the anyline processor ? Really looking forward to it!
How do you use the preprocessor?
StrugglerXYH changed discussion status to closed