Spaces:
Running
Running
stlaurentjr
commited on
Commit
•
cc0733f
1
Parent(s):
bdcfb14
Update scripts/mainrunpodA1111.py
Browse files
scripts/mainrunpodA1111.py
CHANGED
@@ -600,7 +600,7 @@ def CNet(ControlNet_Model, ControlNet_XL_Model):
|
|
600 |
|
601 |
elif (
|
602 |
ControlNet_Model.isdigit()
|
603 |
-
and int(ControlNet_Model) - 1 <
|
604 |
and int(ControlNet_Model) > 0
|
605 |
):
|
606 |
download(mdllnk[int(ControlNet_Model) - 1], mdldir)
|
|
|
600 |
|
601 |
elif (
|
602 |
ControlNet_Model.isdigit()
|
603 |
+
and int(ControlNet_Model) - 1 < 16
|
604 |
and int(ControlNet_Model) > 0
|
605 |
):
|
606 |
download(mdllnk[int(ControlNet_Model) - 1], mdldir)
|