You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a TypeError while using the Video Combine node (VHS_VideoCombine). It seems like the input tensor is remaining on the GPU (cuda:0) when the code attempts to convert it to numpy, causing the crash.
I am currently testing a workflow involving the LTXV model, and the error occurs at the video generation step.