thecooltechguy / ComfyUI-Stable-Video-Diffusion

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

stuck at the SVDS step #12

Open WLJ2012 opened 10 months ago

WLJ2012 commented 10 months ago

When I used the official workflow, I encountered this error and was stuck at the SVDS step. Nothing changed for an hour.

E:\comfyui\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils[checkpoint.py:429](https://checkpoint.py:429/): UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.

warnings.warn(

E:\comfyui\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils[checkpoint.py:61](https://checkpoint.py:61/): UserWarning: None of the inputs have requires_grad=True. Gradients will be None

warnings.warn(

what should I do? 20231126063918

benjaminben commented 9 months ago

Did you ever solve this? I'm stuck at the same point