diff --git a/comfy_extras/nodes_train.py b/comfy_extras/nodes_train.py index 5f42ab070..b79236b45 100644 --- a/comfy_extras/nodes_train.py +++ b/comfy_extras/nodes_train.py @@ -343,7 +343,7 @@ class TrainLoraNode: ), "lora_dtype": ( ["bf16", "fp32"], - {"default": "bf32", "tooltip": "The dtype to use for lora."}, + {"default": "bf16", "tooltip": "The dtype to use for lora."}, ), "existing_lora": ( folder_paths.get_filename_list("loras") + ["[None]"],