We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631b9ae commit b682a73Copy full SHA for b682a73
comfy_api_nodes/nodes_bytedance.py
@@ -920,7 +920,7 @@ def define_schema(cls):
920
inputs=[
921
comfy_io.Combo.Input(
922
"model",
923
- options=[Image2VideoModelName.seedance_1_lite.value],
+ options=[model.value for model in Image2VideoModelName],
924
default=Image2VideoModelName.seedance_1_lite.value,
925
tooltip="Model name",
926
),
0 commit comments