Skip to content

Commit f9bb70a

Browse files
committed
dev: update group picker route to /proxy/seedance/visual-validate/groups
1 parent a2b60de commit f9bb70a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

comfy_api_nodes/nodes_bytedance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ async def process_video_task(
19481948

19491949

19501950
def _seedance_group_picker_input() -> IO.Combo.Input:
1951-
"""Combo populated from /proxy/seedance/groups. Empty selection triggers H5 enrollment."""
1951+
"""Combo populated from /proxy/seedance/visual-validate/groups. Empty selection triggers H5 enrollment."""
19521952
return IO.Combo.Input(
19531953
"group_id",
19541954
default="",
@@ -1957,7 +1957,7 @@ def _seedance_group_picker_input() -> IO.Combo.Input:
19571957
"authentication and create a new group."
19581958
),
19591959
remote_combo=IO.RemoteComboOptions(
1960-
route="/proxy/seedance/groups",
1960+
route="/proxy/seedance/visual-validate/groups",
19611961
response_key="groups",
19621962
item_schema=IO.RemoteItemSchema(
19631963
value_field="group_id",

0 commit comments

Comments
 (0)