Potential bug with GetWarpedNoiseFromVideoHunyuan
Generally your workflow works with a lot of tweaking though when I set noise_downtemp_interp to disabled on GetWarpedNoiseFromVideoHunyuan I get the error "The size of tensor a (69) must match the size of tensor b (18) at non-singleton dimension 2", if I also plug that noise output into the latent_image input then it works albeit drastically slower and also I can no longer really use the denoise below 1 on the BasicScheduler because the latent image is just the noise from GetWarpedNoiseFromVideoHunyuan. Is this expected? I set it to disabled because it looks like the noise movement becomes more accurate in the visualization.
That "non-singleton dimension 2" is the temporal dimension of the latents, it needs to be downsampled to match the VAE's temporal downsample. The workflow has it configured correctly, as it was in training.