Hugging Face + Google Visual Blocks
•
22
from controlnet_aux import AnylineDetector
anyline = AnylineDetector.from_pretrained(
"TheMistoAI/MistoLine", filename="MTEED.pth", subfolder="Anyline"
).to("cuda")
source = Image.open("source.png")
result = anyline(source, detect_resolution=1280)
Rerun viewer with Gradio
Creative Upscaler High-Res Image Generation HiDiffusion SDXL
Real-Time Stable Diffusion 3 with Flash Diffusion andTAESD3