mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 19:42:34 +08:00
fix wrong input type
This commit is contained in:
parent
20bd2c0236
commit
9d4a9ad819
@ -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.",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user