Spaces:
Runtime error
Runtime error
Commit
·
cc7953e
1
Parent(s):
a5994ff
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ from huggingface_hub import hf_hub_url, cached_download
|
|
21 |
# pose_checkpoint = "models/control_sd15_openpose.pth"
|
22 |
|
23 |
REPO_ID = "webui/ControlNet-modules-safetensors"
|
24 |
-
canny_checkpoint = "
|
25 |
scribble_checkpoint = "control_scribble-fp16.safetensors"
|
26 |
pose_checkpoint = "control_openpose-fp16.safetensors"
|
27 |
|
|
|
21 |
# pose_checkpoint = "models/control_sd15_openpose.pth"
|
22 |
|
23 |
REPO_ID = "webui/ControlNet-modules-safetensors"
|
24 |
+
canny_checkpoint = "control_canny-fp16.safetensors"
|
25 |
scribble_checkpoint = "control_scribble-fp16.safetensors"
|
26 |
pose_checkpoint = "control_openpose-fp16.safetensors"
|
27 |
|