Add H3 support into Dreamverse - #1800
Open
Davids048 wants to merge 2 commits into
Open
Conversation
Contributor
|
Contributor
Merge Protections🔴 1 of 1 protections blocking · waiting on 👀 reviews, 🤖 CI and 🙋 you
🔴 PR merge requirementsWaiting for
This rule is failing.
|
Collaborator
|
Is there a reason to use the lora weights instead of the full finetuned weights for this? |
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.
Purpose
Add FastH3 Preview support to the DreamVerse
dreamverse-serverruntime while preserving the existing DreamVerseWebSocket, session, GPU-pool, and AV-streaming flow.
Operators select the model with
DREAMVERSE_MODEL_ID=fast-h3. DreamVerse then runs FastVideo's PythonVideoGeneratorinside its GPU worker; this integration does not route requests through thefastvideo serveHTTPserver.
Changes
Model-specific generation ownership
GenerationBackendcontract andStepResultmedia contract for DreamVerse GPU workers.VideoGenerationWorkeras the model-selection boundary for LTX-2 and MiniMax H3.ltx2_generation.pyso each backend has an explicit model-specific owner.FastH3 integration
fast-h3DreamVerse model profile forMiniMaxAI/MiniMax-H3.vsa-datafree/adapter_model.safetensorsfromFastVideo/FastVideo-FastH3-4-step-Preview-v1-LoRA.MiniMax H3 Video Sparse Attention, inference fusions, and parallel VAE decode.
video frame and matching audio duration before streaming.
Runtime and loader behavior
reload.
checkpoints that load directly onto CUDA.
Test Plan
Manual end-to-end validation:
The manual run loaded the VSA data-free adapter, completed text-to-video and first-frame-to-video warmup, and
streamed six consecutive AV segments through the DreamVerse UI.
Test Results
fastvideo-dreamverse-h3; CI remains the authoritative mypy result.define a DreamVerse golden-video fixture.
Checklist
pre-commit run --all-filesand fixed all issues.For model/pipeline changes: