feat(video): quality=high → true 720p I2V on the public gateway (Gap A close)#6
Draft
FluffyAIcode wants to merge 3 commits into
Draft
feat(video): quality=high → true 720p I2V on the public gateway (Gap A close)#6FluffyAIcode wants to merge 3 commits into
FluffyAIcode wants to merge 3 commits into
Conversation
…orm); --longform flag - orchestrator: --longform forces the I2V generative path even for chunks=1 (hero single clip); long-form triggers on (longform or chunks>1). - gateway: high preset -> longform=True (single-chunk I2V-720P + mci), refine_mode cleared; cmd passes --longform. seconds->frames only when not longform. - tests: single-chunk longform; high preset asserts longform. 22 pass. Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
…y=high->720p I2V (verified public) Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
…ectors so UI users get the hero path Root cause of 'UI output is poor': the web form posted a bare prompt -> default standard -> distributed tiled (~480p, 2s). Now the UI sends quality (default high=720p I2V) + length (short/5s/8s -> longform multi-shot). Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
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.
Closes Gap A end-to-end, including the web UI (the real cause of "UI output is poor").
Root cause
The UI form posted a bare prompt → default
standard→ distributed tiled path (~480p mix, 1472×768, 25f@12fps ≈ 2s). API callers passingquality=highgot 720p I2V, but UI clicks never did.Changes
--longform: forces the I2V generative path even at chunks=1 (single hero clip).quality=high→longform=True(single-chunk I2V‑720P + mci optical‑flow); multi-chunk viachunks/longform+seconds.quality(+longform/secondsfor longer). Honest render-time notes.Verified through the PUBLIC
agent.kakeya.ai{"quality":"high"}(what the UI now sends) →mode=longform continuity=i2v chunks=1 px=[720,1280] frames=47→ ffprobe h264 1280×720, 47f, 1.96s (~211s).{"chunks":2,...}→ 1280×720, 46f, 2.875s.quality+longform.Honest tiers / caveats
agent_runtime=false) is not addressed — separate plan.Tests 22 offline green. Loop-log iteration 40.