Tune refiner steps according to UniPC’s formulation (#218)

This commit is contained in:
lllyasviel 2023-08-19 19:34:17 -07:00 committed by GitHub
parent 63545b224e
commit 0c5e78961e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ def worker():
if performance_selction == 'Speed':
steps = 30
switch = 20
switch = 15
else:
steps = 60
switch = 40
switch = 30
width, height = aspect_ratios[aspect_ratios_selction]