mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 04:47:05 +08:00
Fix typo
This commit is contained in:
parent
4dcd698e48
commit
23523f5894
@ -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]"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user