Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ pipe = FluxControlNetPipeline.from_pretrained(base_model, controlnet=controlnet,
|
|
| 58 |
pipe.to("cuda")
|
| 59 |
|
| 60 |
canny = CannyDetector()
|
| 61 |
-
anyline = AnylineDetector.from_pretrained("TheMistoAI/MistoLine
|
| 62 |
open_pose = OpenposeDetector.from_pretrained("lllyasviel/Annotators")
|
| 63 |
|
| 64 |
torch.backends.cuda.matmul.allow_tf32 = True
|
|
|
|
| 58 |
pipe.to("cuda")
|
| 59 |
|
| 60 |
canny = CannyDetector()
|
| 61 |
+
anyline = AnylineDetector.from_pretrained("TheMistoAI/MistoLine", filename="MTEED.pth", subfolder="Anyline")
|
| 62 |
open_pose = OpenposeDetector.from_pretrained("lllyasviel/Annotators")
|
| 63 |
|
| 64 |
torch.backends.cuda.matmul.allow_tf32 = True
|