Skip to content

[docs] LTX-2.5 Modular Pipeline Docs - #14450

Open
dg845 wants to merge 1 commit into
mainfrom
ltx-25-modular-docs
Open

[docs] LTX-2.5 Modular Pipeline Docs#14450
dg845 wants to merge 1 commit into
mainfrom
ltx-25-modular-docs

Conversation

@dg845

@dg845 dg845 commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

This PR documents the LTX-2.5 modular pipeline introduced in #14447.

Before submitting

  • Did you use an AI agent (Claude Code, Codex, Cursor, etc.) to help with this PR? If so:
    • Did you read the Coding with AI agents guide?
    • Did you run the self-review skill on the diff?
    • Did you share the final self-review notes in the PR description or a comment?
  • Did you read the contributor guideline?
  • Did you read our philosophy doc? (important for complex PRs)
  • Was this discussed/approved via a GitHub issue or the forum? Please add a link to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?
  • Are you the author (or part of the team) of the model/pipeline (only applicable for model/pipeline related PRs)?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@yiyixuxu
@sayakpaul
@stevhliu

@github-actions github-actions Bot added size/M PR with diff < 200 LOC documentation Improvements or additions to documentation and removed size/M PR with diff < 200 LOC labels Aug 12, 2026
@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@stevhliu stevhliu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thanks!

cm = ComponentsManager()
pipe = ModularPipeline.from_pretrained(model_path, components_manager=cm)
pipe.load_components(dtype=torch.bfloat16)
if getattr(pipe, "prompt_enhancer", None) is None:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh should we know if it's None or not

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should update it to point out the correct repo https://huggingface.co/Lightricks/LTX-2.5-Diffusers/blob/main/modular_model_index.json#L79
(please test it out and then maybe PR into their repo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants