mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-25 09:52:35 +08:00
updated tooltip for group_id
This commit is contained in:
parent
d2a13ec278
commit
56cf7da797
@ -1863,10 +1863,8 @@ class ByteDanceCreateImageAsset(IO.ComfyNode):
|
|||||||
IO.String.Input(
|
IO.String.Input(
|
||||||
"group_id",
|
"group_id",
|
||||||
default="",
|
default="",
|
||||||
tooltip=(
|
tooltip="Reuse an existing Seedance asset group ID to skip repeated human verification for the "
|
||||||
"Existing Seedance asset group ID. Leave empty to run real-person "
|
"same person. Leave empty to run real-person authentication in the browser and create a new group.",
|
||||||
"authentication in the browser and create a new group."
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
# IO.String.Input(
|
# IO.String.Input(
|
||||||
# "name",
|
# "name",
|
||||||
@ -1932,10 +1930,8 @@ class ByteDanceCreateVideoAsset(IO.ComfyNode):
|
|||||||
IO.String.Input(
|
IO.String.Input(
|
||||||
"group_id",
|
"group_id",
|
||||||
default="",
|
default="",
|
||||||
tooltip=(
|
tooltip="Reuse an existing Seedance asset group ID to skip repeated human verification for the "
|
||||||
"Existing Seedance asset group ID. Leave empty to run real-person "
|
"same person. Leave empty to run real-person authentication in the browser and create a new group.",
|
||||||
"authentication in the browser and create a new group."
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
# IO.String.Input(
|
# IO.String.Input(
|
||||||
# "name",
|
# "name",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user