From 56cf7da7972f5233b820310295bbe9af97012122 Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Wed, 22 Apr 2026 16:50:24 +0300 Subject: [PATCH] updated tooltip for group_id --- comfy_api_nodes/nodes_bytedance.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/comfy_api_nodes/nodes_bytedance.py b/comfy_api_nodes/nodes_bytedance.py index 19d3d9981..4aea7c6ae 100644 --- a/comfy_api_nodes/nodes_bytedance.py +++ b/comfy_api_nodes/nodes_bytedance.py @@ -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",