Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
e1b5fd9
1
Parent(s):
847bd45
i (#162)
Browse files- modules/async_worker.py +1 -1
modules/async_worker.py
CHANGED
@@ -75,7 +75,7 @@ def worker():
|
|
75 |
('Negative Prompt', negative_prompt),
|
76 |
('Style', style_selction),
|
77 |
('Performance', performance_selction),
|
78 |
-
('Resolution',
|
79 |
('Sharpness', sharpness),
|
80 |
('Base Model', base_model_name),
|
81 |
('Refiner Model', refiner_model_name),
|
|
|
75 |
('Negative Prompt', negative_prompt),
|
76 |
('Style', style_selction),
|
77 |
('Performance', performance_selction),
|
78 |
+
('Resolution', str((width, height))),
|
79 |
('Sharpness', sharpness),
|
80 |
('Base Model', base_model_name),
|
81 |
('Refiner Model', refiner_model_name),
|