stlaurentjr commited on
Commit
cc0733f
1 Parent(s): bdcfb14

Update scripts/mainrunpodA1111.py

Browse files
Files changed (1) hide show
  1. scripts/mainrunpodA1111.py +1 -1
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 < 14
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)