change to 1.0.36 behavior again

This commit is contained in:
lvmin
2023-08-20 22:51:42 -07:00
parent 585daa9452
commit fe16e8f050
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -45,10 +45,10 @@ def worker():
if performance_selction == 'Speed':
steps = 30
switch = 15
switch = 20
else:
steps = 60
switch = 30
switch = 40
width, height = aspect_ratios[aspect_ratios_selction]