Skip to content

docs: fix latent -> latents in LTX latent upsampler docstrings - #14717

Open
simpleqt wants to merge 1 commit into
huggingface:mainfrom
simpleqt:docs/ltx-latent-docstring
Open

docs: fix latent -> latents in LTX latent upsampler docstrings#14717
simpleqt wants to merge 1 commit into
huggingface:mainfrom
simpleqt:docs/ltx-latent-docstring

Conversation

@simpleqt

@simpleqt simpleqt commented Sep 5, 2026

Copy link
Copy Markdown

LTXLatentUpsamplerPipeline.__call__ (and the LTX2 variant) takes latents: torch.Tensor | None = None, but the docstring documented a latent parameter — its own description ('Input latents to normalize') already used the plural. Docstring-only fix in both files.

__call__ takes 'latents' (the docstring said 'latent', and its own
description says 'Input latents to normalize').
Copilot AI lite review requested due to automatic review settings September 5, 2026 17:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added pipelines size/S PR with diff < 50 LOC labels Sep 5, 2026
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Hi @simpleqt, thanks for the PR! It does not appear to link an issue it fixes. If this PR addresses an existing issue, please add a closing keyword (e.g. Fixes #1234) to the PR description so the issue is linked. See the contribution guide for more details. If this PR intentionally does not fix a tracked issue, a maintainer can add the no-issue-needed label to silence this reminder.

Please note that PRs without a linked issue are likely to be automatically closed 10 days after this notice.

Once the PR links an issue (or gets the no-issue-needed label), you can ignore this message — it stays here as a comment, but it no longer applies.

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

Labels

pipelines size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants