You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(generate): add Seedance 2.5 as a distinct pick, not a newer default
Seedance 2.5 reads like a successor to 2.0 and is not one. Checked against the
live contracts:
seedance_2_0 resolution 480p/720p/1080p/4k mode std|fast
seedance_2_5 resolution 480p/720p mode t2v|omni_reference|
video_edit|video_extension
2.5 is reference-driven generation, video editing and extension at up to 720p.
Making it the default would silently downgrade every 4K brief, so 2.0 stays the
default for serious motion and 2.5 is routed by what it is FOR.
Flag tables list 2.5 only where it declares the parameter — image, video and
audio references. It has no start/end-image, so it is absent from those rows.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: higgsfield-generate/SKILL.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ If the user says "analyze this video", "score this ad", "evaluate the hook", or
103
103
- Fast batch / volume → Veo 3.1 Lite
104
104
- Bold/stylized image-to-video from a required start image → Grok Video 1.5 (`grok_video_v15`). Requires one `--start-image` or `--image`, duration 2–15s, resolution `480p` or `720p`.
105
105
- Multimodal reference-to-video with up to 7 images or one video reference → Gemini Omni Flash (`gemini_omni`); keep Seedance 2.0 as the default serious-video pick.
106
+
- Reference-driven generation, editing an existing video, or extending one → **Seedance 2.5** (`seedance_2_5`), whose modes are `t2v` / `omni_reference` / `video_edit` / `video_extension` and which takes image/video/audio reference arrays. It is NOT a newer Seedance 2.0: it caps at **720p**, so anything needing 1080p or 4K stays on Seedance 2.0.
106
107
107
108
**Video analysis:**
108
109
- Rate a finished video's hook, virality potential, attention, retention, or distraction risk → Virality Predictor (`brain_activity`). This is a video analysis model that returns a text score/report, not a generated media asset.
@@ -131,11 +132,11 @@ For workflow jobs, use `higgsfield generate workflow <workflow_name> ... --wait`
For reference-array models, the explicit flags are `--image-references`, `--video-references`, and `--audio-references`; `--image`, `--video`, and `--audio` are short aliases when the schema exposes those params.
Copy file name to clipboardExpand all lines: higgsfield-generate/references/model-catalog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Preferred defaults for examples and quick-start guidance in this repo:
44
44
|---|---|---|
45
45
| Gemini Omni Flash | Google |**Fast multimodal reference-to-video.** Use for prompt-guided video generation from image references and optionally one video reference, especially when the brief benefits from Google's Gemini/Veo-style understanding without making it the default over Seedance 2.0. |
46
46
| Seedance 2.0 | Bytedance |**SOTA all-purpose video up to 4K.** Crisp, consistent identity, multi-shot capable. The default for any serious motion / cinematic / production brief. |
47
+
| Seedance 2.5 | Bytedance |**Reference-driven video, editing and extension.** Modes `t2v` / `omni_reference` / `video_edit` / `video_extension`, with image/video/audio reference arrays. A different tool from Seedance 2.0, not a newer one — it caps at **720p**, so 1080p/4K work stays on 2.0. |
47
48
| Kling 3.0 | Kling |**Cheaper Seedance 2.0 substitute** for single-plane scenes that don't need heavy motion. Multi-shot, audio sync, motion transfer. |
48
49
| Kling 3.0 Turbo | Kling |**Fast Kling option for simple motion.** Text-to-video and single start-frame animation when the user explicitly wants speed, lower cost, or a quick Kling 3.0 variant. |
49
50
| Seedance 1.5 Pro | Bytedance | A budget-friendly Seedance for clean single-take shots. |
0 commit comments