From 23523f58943e3a28654606c9c330ab5eb20d7d1d Mon Sep 17 00:00:00 2001 From: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:34:39 +0800 Subject: [PATCH] Fix typo --- comfy_extras/nodes_train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"],