New Model: LTX 2.5 - #1694
Open
dxqb wants to merge 3 commits into
Open
Conversation
Carries the branches this feature is stacked on, each already under review as its own PR off master: streaming, streaming-simplex, nonreentrant-offload, kernel-lora-fusion, staged-sampling, chunked-weight-quantization, quantization-fallback-dtype, profile-steps-env, fix-sample-window-compile-init, sample-shift-override, and train-remote-traceback. The only change unique to this commit reconciles streaming's is_quantized rename against kernel-lora-fusion's forward_with_lora, a semantic overlap git merged cleanly. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Adds ModelType.LTX_2 with its sampler, fine-tune and LoRA setups, model savers, and an LTX 2.5 LoRA preset. Its model parts are transformer, text_encoder, connectors, low_noise_transformer and vae; both transformers load from a diffusers repo, while a single-file low-noise expert loads whole via from_single_file. LTX_2 joins the dynamic-timestep-shift set and is registered as a video model (its audio branch is frozen and never decoded, so it stays out of the audio path for now). Pin bumps ride along: transformers 5.14.1, huggingface-hub 1.27.0, and diffusers 175fe6b. mgds is pointed at dxqb/mgds-private@ltx2 for EncodeGemma3Text, which is not yet upstream. The transformers pin also leaves the CLIP-based models (SD1.x, SDXL, Flux, HunyuanVideo, Wuerstchen) broken until the flattening migration of Nerogar#1506, so this is not upstreamable as it stands. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Contains: |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Summary
Contains many other PRs as base
Actual diff of this PR is e4423b5
Test plan
pre-commit run --all-filespassesAI assistance