Fix for "num_frames error in pipeline_stable_video_diffusion.py"

#14
by rbgo - opened

@multimodalart
You can continue with this PR git+https://github.com/huggingface/diffusers.git@refs/pull/6103/head

In the pipeline_svd, accepts_num_frames is getting false whenever we use torch.compile for vae; As it doesn't have the "num_frames" key.
So, I removed the condition check and it's now working with torch.compile for vae

Sign up or log in to comment