thecooltechguy/ComfyUI-Stable-Video-Diffusion

Getting an OOM on decode

Mindspherical opened this issue · 2 comments

Thanks for creating this node so quickly!

I'm running on an A100 with 40gb VRAM, but seeing this:

image

This is with normal SVD. SVD_xt would OOM before even running inference.

Fixed this by lowering the t_value of the decoder to 1.

got it, thank you!