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
@@ -379,6 +379,7 @@ possible_preset_keys = {
"checkpoint_downloads": "checkpoint_downloads",
"embeddings_downloads": "embeddings_downloads",
"lora_downloads": "lora_downloads",
"default_overwrite_step": "Sampling Steps Override"
}