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
* Add HappyHorse 1.1, Seedance 2.0 4K, and Grok 1080P pricing
Adds missing pricing entries that were left out of #1173 (2026-06-22
pricing update):
- HappyHorse 1.1 — 6 new rows (3 endpoints × 2 resolutions)
- Seedance 2.0 4K — 3 new rows (dreamina-seedance-2-0 only;
Fast model does not support 4K)
- xAI Grok 1080P — 1 new row (only grok-imagine-video-1.5
supports 1080P)
Pricing values sourced from price_badge expressions in the ComfyUI
main repo source code:
- HappyHorse: comfy_api_nodes/nodes_wan.py
(HappyHorseTextToVideoApi at L1757,
HappyHorseImageToVideoApi at L1907,
HappyHorseReferenceVideoApi at L2257)
- Seedance 2.0 4K: comfy_api_nodes/apis/bytedance.py
(SEEDANCE2_PRICE_PER_1K_TOKENS at L167)
- Grok 1080P: comfy_api_nodes/nodes_grok.py
(GrokVideoNode at L573)
Also renames the existing grok-imagine-video-1.5-preview rows to
grok-imagine-video-1.5 to match the actual model ID used in the
source code and workflow templates (the -preview suffix was only
used during the initial preview period, see PR #1063).
Updates the Seedance 2.0 note to clarify that Fast supports up to
1080P and standard supports up to 4K.
* Simplify HappyHorse 1.1 pricing entries
User feedback: 6 rows for the same model at the same price
creates unnecessary cognitive load. Collapse to 2 rows
(one per resolution) with a note that all 3 video types
(text-to-video, image-to-video, reference-to-video) share
the same price.
* Sync translations for HappyHorse 1.1 pricing simplification
Regenerated zh/ja/ko translations via pnpm translate to keep
translationSourceHash and translationBlockHashes in sync with
the English source after the HappyHorse 1.1 simplification
(2 rows + note instead of 6 rows).
---------
Co-authored-by: lin-bot23 <lin-bot23@users.noreply.github.com>
0 commit comments