MCPcopy Create free account
hub / github.com/Lightricks/ComfyUI-LTXVideo / LatentGuide

Class LatentGuide

tricks/utils/latent_guide.py:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class LatentGuide(torch.nn.Module):
5 def __init__(self, latent: torch.Tensor, index) -> None:
6 super().__init__()
7 self.index = index
8 self.register_buffer("latent", latent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected