enable Seedance Pro model in the FirstLastFrame node

This commit is contained in:
bigcat88 2025-09-30 12:45:33 +03:00
parent 6e079abc3a
commit 855fc5ca20
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

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",
), ),