mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-08 16:22:38 +08:00
dev: update group picker route to /proxy/seedance/visual-validate/groups
This commit is contained in:
parent
a2b60dea17
commit
f9bb70a2ea
@ -1948,7 +1948,7 @@ async def process_video_task(
|
|||||||
|
|
||||||
|
|
||||||
def _seedance_group_picker_input() -> IO.Combo.Input:
|
def _seedance_group_picker_input() -> IO.Combo.Input:
|
||||||
"""Combo populated from /proxy/seedance/groups. Empty selection triggers H5 enrollment."""
|
"""Combo populated from /proxy/seedance/visual-validate/groups. Empty selection triggers H5 enrollment."""
|
||||||
return IO.Combo.Input(
|
return IO.Combo.Input(
|
||||||
"group_id",
|
"group_id",
|
||||||
default="",
|
default="",
|
||||||
@ -1957,7 +1957,7 @@ def _seedance_group_picker_input() -> IO.Combo.Input:
|
|||||||
"authentication and create a new group."
|
"authentication and create a new group."
|
||||||
),
|
),
|
||||||
remote_combo=IO.RemoteComboOptions(
|
remote_combo=IO.RemoteComboOptions(
|
||||||
route="/proxy/seedance/groups",
|
route="/proxy/seedance/visual-validate/groups",
|
||||||
response_key="groups",
|
response_key="groups",
|
||||||
item_schema=IO.RemoteItemSchema(
|
item_schema=IO.RemoteItemSchema(
|
||||||
value_field="group_id",
|
value_field="group_id",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user