Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ depth_anything = depth_anything.to(device).eval()
|
|
99 |
# Load Pose and Soft Edge Detectors
|
100 |
print("Loading other detectors...")
|
101 |
openpose_detector = OpenposeDetector.from_pretrained("lllyasviel/Annotators")
|
102 |
-
|
103 |
|
104 |
print("All models loaded.")
|
105 |
|
|
|
99 |
# Load Pose and Soft Edge Detectors
|
100 |
print("Loading other detectors...")
|
101 |
openpose_detector = OpenposeDetector.from_pretrained("lllyasviel/Annotators")
|
102 |
+
anyline = AnylineDetector.from_pretrained("TheMistoAI/MistoLine", filename="MTEED.pth", subfolder="Anyline").to("cuda")
|
103 |
|
104 |
print("All models loaded.")
|
105 |
|