enable Seedance Pro model in the FirstLastFrame node (#10120)

This commit is contained in:
Alexander Piskun
2025-09-30 20:43:41 +03:00
committed by GitHub
parent 631b9ae861
commit b682a73c55

View File

@@ -920,7 +920,7 @@ class ByteDanceFirstLastFrameNode(comfy_io.ComfyNode):
inputs=[
comfy_io.Combo.Input(
"model",
options=[Image2VideoModelName.seedance_1_lite.value],
options=[model.value for model in Image2VideoModelName],
default=Image2VideoModelName.seedance_1_lite.value,
tooltip="Model name",
),