This commit is contained in:
Kohaku-Blueleaf 2025-06-13 11:34:39 +08:00
parent 4dcd698e48
commit 23523f5894

View File

@ -343,7 +343,7 @@ class TrainLoraNode:
), ),
"lora_dtype": ( "lora_dtype": (
["bf16", "fp32"], ["bf16", "fp32"],
{"default": "bf32", "tooltip": "The dtype to use for lora."}, {"default": "bf16", "tooltip": "The dtype to use for lora."},
), ),
"existing_lora": ( "existing_lora": (
folder_paths.get_filename_list("loras") + ["[None]"], folder_paths.get_filename_list("loras") + ["[None]"],