updated tooltip for group_id

This commit is contained in:
bigcat88 2026-04-22 16:50:24 +03:00
parent d2a13ec278
commit 56cf7da797

View File

@ -1863,10 +1863,8 @@ class ByteDanceCreateImageAsset(IO.ComfyNode):
IO.String.Input(
"group_id",
default="",
tooltip=(
"Existing Seedance asset group ID. Leave empty to run real-person "
"authentication in the browser and create a new group."
),
tooltip="Reuse an existing Seedance asset group ID to skip repeated human verification for the "
"same person. Leave empty to run real-person authentication in the browser and create a new group.",
),
# IO.String.Input(
# "name",
@ -1932,10 +1930,8 @@ class ByteDanceCreateVideoAsset(IO.ComfyNode):
IO.String.Input(
"group_id",
default="",
tooltip=(
"Existing Seedance asset group ID. Leave empty to run real-person "
"authentication in the browser and create a new group."
),
tooltip="Reuse an existing Seedance asset group ID to skip repeated human verification for the "
"same person. Leave empty to run real-person authentication in the browser and create a new group.",
),
# IO.String.Input(
# "name",