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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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