feat(video): upgrade happyhorse model from 1.0 to 1.1, video-edit has not been updated and is still 1.0.#70
Merged
Merged
Conversation
… 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade default HappyHorse video generation models from
1.0to1.1across CLI commands, pipeline, tests, docs, and skill reference.bl video generate(t2v)happyhorse-1.0-t2vhappyhorse-1.1-t2vbl video generate(i2v, with--image)happyhorse-1.0-i2vhappyhorse-1.1-i2vbl video refhappyhorse-1.0-r2vhappyhorse-1.1-r2vbl video edithappyhorse-1.0-video-edithappyhorse-1.0-video-edit)Not changed:
bl video edit— HappyHorse-Video-Edit has no 1.1 release; default remainshappyhorse-1.0-video-editwan2.6-*models — still available via explicit--modelAlso updated:
videoGeneratedefault inbl-api.ts(spark-video /bl pipelinepath)SKILL.md, and auto-generatedskills/bailian-cli/reference/Behavior note: Users who omit
--modelwill hit 1.1 by default. Users withdefault_video_modelin~/.bailian/config.jsonkeep their configured value. Legacy 1.0 models remain callable via--model happyhorse-1.0-*.Test plan
vp check(format + lint + typecheck)BAILIAN_E2E_VIDEO=1+ DashScope credentials):video-generate-t2v—happyhorse-1.1-t2vvideo-generate-i2v—happyhorse-1.1-i2vvideo-ref-r2v—happyhorse-1.1-r2vvideo-edit—happyhorse-1.0-video-edit(prerequisite t2v + edit happy path)video-downloadbl video generate --dry-runwithout--model→request.modelishappyhorse-1.1-t2v(optional follow-up)