v1.6.0
shrimbly/node-bananav1.6.0Apr 20, 2026by shrimbly
AI Summary
This release enhances the ByteDance Seedance 2.0 image-to-video nodes with richer media input options including Last Frame, Reference Images, Reference Videos, and Reference Audio handles. It also fixes an issue where reference-only runs were being incorrectly rejected due to duplicate first_frame_url requests.
Key Highlights
- Seedance 2 I2V nodes now support Last Frame, Reference Images (up to 9), Reference Videos (up to 3), and Reference Audio (up to 3)
- Fixed reference-only runs being rejected when images connected only to Reference Images
- Handle descriptions document First/Last Frame vs Reference Images mutual-exclusivity rule
New Features
- Seedance 2 I2V richer media inputs with multiple handle types
- Reference-only run support without duplication into first_frame_url
Full Release Notes
### Added - **Seedance 2 I2V: richer media inputs** — The ByteDance Seedance 2.0 and 2.0 Fast image-to-video nodes now expose Last Frame, Reference Images (up to 9), Reference Videos (up to 3), and Reference Audio (up to 3) handles alongside First Frame. Handle descriptions document the First/Last Frame vs Reference Images mutual-exclusivity rule. ### Fixed - **Seedance 2 I2V: reference-only runs no longer rejected** — When connecting images only to Reference Images, the request no longer duplicates them into `first_frame_url`, which Kie was rejecting as a mutually-exclusive combination.