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:
Manuel Schmid
2023-12-24 23:31:46 +01:00
parent e1f05c64e1
commit 3ba59df559
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -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):