File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ def dl_all():
221221 dl_sd_15_scribble ()
222222 dl_sd_15_LCM ()
223223 dl_sd_15_Referenceonly ()
224- dl_sd_21_square ()
224+ # dl_sd_21_square()
225225
226226while True :
227227 print ("=========Chose SD models to download =========" )
@@ -234,7 +234,7 @@ def dl_all():
234234 print ("7 - SD-1.5 Controlnet-Scribble" )
235235 print ("8 - SD-1.5 LCM " )
236236 print ("9 - SD-1.5 Controlnet-ReferenceOnly" )
237- print ("10 - SD-2.1 Square (768x768)" )
237+ # print("10 - SD-2.1 Square (768x768)")
238238 print ("12 - All the above models" )
239239 print ("0 - Exit SD Model setup" )
240240
@@ -249,7 +249,7 @@ def dl_all():
249249 if choice == "7" : dl_sd_15_scribble ()
250250 if choice == "8" : dl_sd_15_LCM ()
251251 if choice == "9" : dl_sd_15_Referenceonly ()
252- if choice == "10" : dl_sd_21_square ()
252+ # if choice=="10": dl_sd_21_square()
253253
254254 if choice == "12" :
255255 dl_all ()
You can’t perform that action at this time.
0 commit comments