mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-24 10:33:28 +08:00
fix tooltip
This commit is contained in:
parent
3e433cd02d
commit
0d7e529d78
@ -1048,7 +1048,7 @@ class TrainLoraNode(io.ComfyNode):
|
|||||||
io.Boolean.Input(
|
io.Boolean.Input(
|
||||||
"offloading",
|
"offloading",
|
||||||
default=False,
|
default=False,
|
||||||
tooltip="Depth level for gradient checkpointing.",
|
tooltip="Offload model weights to CPU during training to save GPU memory.",
|
||||||
),
|
),
|
||||||
io.Combo.Input(
|
io.Combo.Input(
|
||||||
"existing_lora",
|
"existing_lora",
|
||||||
@ -1362,7 +1362,7 @@ class SaveLoRA(io.ComfyNode):
|
|||||||
io.Int.Input(
|
io.Int.Input(
|
||||||
"steps",
|
"steps",
|
||||||
optional=True,
|
optional=True,
|
||||||
tooltip="Optional: The number of steps to LoRA has been trained for, used to name the saved file.",
|
tooltip="Optional: The number of steps the LoRA has been trained for, used to name the saved file.",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
outputs=[],
|
outputs=[],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user