thecooltechguy / ComfyUI-Stable-Video-Diffusion

ComfyUI nodes for Stable Video Diffusion
319 stars 25 forks source link

Getting an OOM on decode #3

Closed Mindspherical closed 10 months ago

Mindspherical commented 10 months ago

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.

Mindspherical commented 10 months ago

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

thecooltechguy commented 10 months ago

got it, thank you!