mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
add default_overwrite_step handling for meta data and gradio
allows turbo preset switching to set default_overwrite_step correctly
This commit is contained in:
@@ -792,6 +792,7 @@ def worker():
|
||||
('Refiner Switch', refiner_switch),
|
||||
('Sampler', sampler_name),
|
||||
('Scheduler', scheduler_name),
|
||||
('Sampling Steps Override', advanced_parameters.overwrite_step),
|
||||
('Seed', task['task_seed']),
|
||||
]
|
||||
for li, (n, w) in enumerate(loras):
|
||||
|
||||
Reference in New Issue
Block a user