This commit is contained in:
lllyasviel 2023-08-16 13:29:37 -07:00 committed by GitHub
parent 0b68b367d8
commit 74f8c67377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ def worker():
('Negative Prompt', negative_prompt), ('Negative Prompt', negative_prompt),
('Style', style_selction), ('Style', style_selction),
('Performance', performance_selction), ('Performance', performance_selction),
('Resolution', aspect_ratios_selction), ('Resolution', str((width, height))),
('Sharpness', sharpness), ('Sharpness', sharpness),
('Base Model', base_model_name), ('Base Model', base_model_name),
('Refiner Model', refiner_model_name), ('Refiner Model', refiner_model_name),