Skip to content

Commit b682a73

Browse files
authored
enable Seedance Pro model in the FirstLastFrame node (#10120)
1 parent 631b9ae commit b682a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_api_nodes/nodes_bytedance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ def define_schema(cls):
920920
inputs=[
921921
comfy_io.Combo.Input(
922922
"model",
923-
options=[Image2VideoModelName.seedance_1_lite.value],
923+
options=[model.value for model in Image2VideoModelName],
924924
default=Image2VideoModelName.seedance_1_lite.value,
925925
tooltip="Model name",
926926
),

0 commit comments

Comments
 (0)