Extensions/ComfyUI-HunyuanImageLatentToVideoLatent
ComfyUI Extension

ComfyUI-HunyuanImageLatentToVideoLatent

A ComfyUI node which copies a given latent's samples tensor along the time axis ((length - 1) // 4) + 1 times to form a longer latent (see EmptyHunyuanLatentVideo's implementation for why this specific number of copies is used) and then prepares a noise_mask tensor of the same shape such that the value of the mask for a given time step is given by the function at https://www.desmos.com/calculator/vhw74mr1vh.

By philiprodriguez·Created 2 years ago·Updated 2 years ago· 1
philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent
Nodes1
On cloudLocal install
Categorylatent
Stars1
Updated2 years ago
Readme

A ComfyUI node which copies a given latent's samples tensor along the time axis ((length - 1) // 4) + 1 times to form a longer latent (see EmptyHunyuanLatentVideo's implementation for why this specific number of copies is used) and then prepares a noise_mask tensor of the same shape such that the value of the mask for a given time step is given by the function at https://www.desmos.com/calculator/vhw74mr1vh.