This commit is contained in:
lllyasviel
2023-08-16 13:29:37 -07:00
committed by GitHub
parent 0b68b367d8
commit 74f8c67377
+1 -1
View File
@@ -75,7 +75,7 @@ def worker():
('Negative Prompt', negative_prompt),
('Style', style_selction),
('Performance', performance_selction),
('Resolution', aspect_ratios_selction),
('Resolution', str((width, height))),
('Sharpness', sharpness),
('Base Model', base_model_name),
('Refiner Model', refiner_model_name),