[feat] Dreamverse 13/14: Activate LTX2 integration#1336
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for Dreamverse development and server contracts, registers the LTX2LatentUpsampler in the model registry, and reorders LTX-2 configuration registration to ensure correct model detection. Feedback was provided to format the new registry entry on a single line with a trailing comma for PEP 8 compliance and better maintainability.
| "LTX2LatentUpsampler": | ||
| ("upsamplers", "ltx2_upsampler", "LTX2LatentUpsampler"), |
There was a problem hiding this comment.
For consistency with other entries in this file and for better readability, this dictionary entry could be on a single line since it does not exceed the common line length limit. Additionally, adding a trailing comma is recommended by the PEP 8 style guide for better maintainability, as it simplifies future additions and leads to cleaner diffs.
"LTX2LatentUpsampler": ("upsamplers", "ltx2_upsampler", "LTX2LatentUpsampler"),References
- PEP 8 recommends adding a trailing comma to the last item of a multi-line list, tuple, or dictionary. This improves maintainability by making it easier to add new items and producing cleaner version control diffs. (link)
d325f2d to
e857139
Compare
3747994 to
ad96bbb
Compare
e857139 to
fb0e5d0
Compare
ad96bbb to
5514037
Compare
fb0e5d0 to
cbb9e85
Compare
ccc0a50 to
6461b72
Compare
cbb9e85 to
a74b018
Compare
|
/test ssim |
|
/merge |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 PR merge requirementsWaiting for
This rule is failing.
|
|
/merge |
Apply Dreamverse monorepo changes for stack slice 13/13 from the source branch. Source-Branch: will/dreamverse-monorepo Source-SHA: 03d3e61 Dreamverse-Stack: 13/13 Co-authored-by: SolitaryThinker <wlsaidhi@gmail.com> Co-authored-by: Matthew Noto <99706358+RandNMR73@users.noreply.github.com> Co-authored-by: XOR-op <17672363+XOR-op@users.noreply.github.com> Co-authored-by: Zhang Peiyuan <42993249+jzhang38@users.noreply.github.com>
a74b018 to
6c75924
Compare
Summary
Activates the Dreamverse LTX2 integration after the supporting code has landed.
This PR updates the FastVideo registry/model registry and docs navigation so the previously-added LTX2/Dreamverse paths become discoverable. Activation is intentionally near the end so earlier stack PRs are isolated or dead-code additions.
Review focus
Please review this PR as stack slice 13/14. The base branch is the previous stack slice, so the Files Changed view should show only this slice rather than the full Dreamverse integration.
Stack / merge notes
This is part of the Dreamverse stacked PR series. Review this PR against its current base branch to see only this slice. After the previous stack PR lands into
main, retarget this PR's base tomainbefore merging it.Verification
feat/dreamverse-monorepo-main-syncequalsfeat/dreamverse-stack-13-activation.feat/dreamverse-monorepo-main-sync-plus-profileequalsfeat/dreamverse-stack-14-ltx2-profile-speedups.Attribution
This PR is a path-scoped reconstruction from
will/dreamverse-monorepoat03d3e61df69fe99a81eb62d86a3926a5f769f857. The synthetic commit keeps coauthor trailers for the source collaborators, omitting Junda Su because he is already the commit author.