Skip to content

feat(video): upgrade happyhorse model from 1.0 to 1.1, video-edit has not been updated and is still 1.0.#70

Merged
XXPermanentXX merged 2 commits into
mainfrom
feat/switch-model
Jun 22, 2026
Merged

feat(video): upgrade happyhorse model from 1.0 to 1.1, video-edit has not been updated and is still 1.0.#70
XXPermanentXX merged 2 commits into
mainfrom
feat/switch-model

Conversation

@hopelynd

@hopelynd hopelynd commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrade default HappyHorse video generation models from 1.0 to 1.1 across CLI commands, pipeline, tests, docs, and skill reference.

Command Old default New default
bl video generate (t2v) happyhorse-1.0-t2v happyhorse-1.1-t2v
bl video generate (i2v, with --image) happyhorse-1.0-i2v happyhorse-1.1-i2v
bl video ref happyhorse-1.0-r2v happyhorse-1.1-r2v
bl video edit happyhorse-1.0-video-edit unchanged (happyhorse-1.0-video-edit)

Not changed:

  • bl video edit — HappyHorse-Video-Edit has no 1.1 release; default remains happyhorse-1.0-video-edit
  • wan2.6-* models — still available via explicit --model
  • API endpoints and request body shape — model ID string swap only

Also updated:

  • Pipeline videoGenerate default in bl-api.ts (spark-video / bl pipeline path)
  • E2E and stress tests for t2v / i2v / r2v
  • README (×4), SKILL.md, and auto-generated skills/bailian-cli/reference/

Behavior note: Users who omit --model will hit 1.1 by default. Users with default_video_model in ~/.bailian/config.json keep their configured value. Legacy 1.0 models remain callable via --model happyhorse-1.0-*.

Test plan

  • vp check (format + lint + typecheck)
  • Video E2E (with BAILIAN_E2E_VIDEO=1 + DashScope credentials):
    • video-generate-t2vhappyhorse-1.1-t2v
    • video-generate-i2vhappyhorse-1.1-i2v
    • video-ref-r2vhappyhorse-1.1-r2v
    • video-edithappyhorse-1.0-video-edit (prerequisite t2v + edit happy path)
    • video-download
  • bl video generate --dry-run without --modelrequest.model is happyhorse-1.1-t2v (optional follow-up)

… not been updated and is still 1.0.

- Update default models in bl-api pipeline from happyhorse-1.0 to 1.1
- Replace happyhorse-1.0-t2v/i2v/r2v references with 1.1 versions in commands
@hopelynd hopelynd requested a review from XXPermanentXX June 22, 2026 06:36
@XXPermanentXX XXPermanentXX merged commit 19c4f5f into main Jun 22, 2026
2 checks passed
@XXPermanentXX XXPermanentXX deleted the feat/switch-model branch June 22, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants