ChocoLlama: Lessons Learned From Teaching Llamas Dutch
Paper
•
2412.07633
•
Published
Contributors who are invited to beta-test our next big feature! Contact us if you want to join this team :-)
progress=gr.Progress(track_tqdm=True)
)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)