Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|