fix wrong input type

This commit is contained in:
Kohaku-Blueleaf 2026-02-03 22:43:11 +08:00
parent 20bd2c0236
commit 9d4a9ad819

View File

@ -1031,7 +1031,7 @@ class TrainLoraNode(io.ComfyNode):
max=5, max=5,
tooltip="Depth level for gradient checkpointing.", tooltip="Depth level for gradient checkpointing.",
), ),
io.Int.Input( io.Boolean.Input(
"offloading", "offloading",
default=False, default=False,
tooltip="Depth level for gradient checkpointing.", tooltip="Depth level for gradient checkpointing.",