We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b41af7 + 856eb75 commit e9bc5e5Copy full SHA for e9bc5e5
modules/config.py
@@ -476,7 +476,7 @@ def init_temp_path(path: str | None, default_path: str) -> str:
476
477
example_inpaint_prompts = [[x] for x in example_inpaint_prompts]
478
479
-config_dict["default_loras"] = default_loras = default_loras[:default_max_lora_number] + [['None', 1.0] for _ in range(default_max_lora_number - len(default_loras))]
+config_dict["default_loras"] = default_loras = default_loras[:default_max_lora_number] + [[True, 'None', 1.0] for _ in range(default_max_lora_number - len(default_loras))]
480
481
# mapping config to meta parameter
482
possible_preset_keys = {
0 commit comments