r3gm commited on
Commit
9f7bc58
β€’
1 Parent(s): bfabf4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -571,6 +571,7 @@ class GuiSD:
571
  or (num_images > 1 and img_height>1048 and img_width>1048)
572
  or (num_images > 1 and upscaler_model)
573
  or (num_images > 1 and adetailer_active_a or num_images > 1 and adetailer_active_b)
 
574
  or (adetailer_active_a and adetailer_active_b)
575
  or (upscaler_model and upscaler_increases_size > 1.7)
576
  or (steps > 75)
 
571
  or (num_images > 1 and img_height>1048 and img_width>1048)
572
  or (num_images > 1 and upscaler_model)
573
  or (num_images > 1 and adetailer_active_a or num_images > 1 and adetailer_active_b)
574
+ or (num_images > 1 and steps>50)
575
  or (adetailer_active_a and adetailer_active_b)
576
  or (upscaler_model and upscaler_increases_size > 1.7)
577
  or (steps > 75)