Added support for Seedance 2 mini#175
Conversation
Sirsho1997
commented
Jun 23, 2026
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
Adds Seedance 2.0 Mini support to the ComfyUI-Runware video model picker and includes a ready-to-run example workflow for the new model.
Changes:
- Added
bytedance:seedance@2.0-minito the Bytedance video model list in both backend (Python) and frontend (JS) model-search mappings. - Added a new
Runware_Video_Inference_Seedance_2_Mini.jsonworkflow preset wired to the Seedance 2.0 Mini model. - Bumped module version from
1.8.8to1.8.9.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workflows/Runware_Video_Inference_Seedance_2_Mini.json | New workflow preset demonstrating video inference using Seedance 2.0 Mini. |
| modules/videoModelSearch.py | Registers Seedance 2.0 Mini in model options plus default dimensions/resolution mappings. |
| clientlibs/utils.js | Mirrors the new model option and mappings in the client-side model search handler. |
| modules/version.py | Version bump to reflect the new release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.