Conversation
__call__ takes 'latents' (the docstring said 'latent', and its own description says 'Input latents to normalize').
|
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. 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 |
|
Closing — pooled into #14715 combined docs PR to reduce review overhead. All fixes are preserved in the combined branch. |
LTXLatentUpsamplerPipeline.__call__(and the LTX2 variant) takeslatents: torch.Tensor | None = None, but the docstring documented alatentparameter — its own description ('Input latents to normalize') already used the plural. Docstring-only fix in both files.