Open CodeMichaelD opened 1 month ago
Looks like something wrong with the VAE model file itself.
Looks like something wrong with the VAE model file itself.
https://github.com/kijai/ComfyUI-CogVideoXWrapper/issues/82#issuecomment-2365224495 - seems really similar to my case though: raise NotImplementedError( NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device. I also re downloaded models\cogvideox\vae to make sure that the issue is not with the model itself. Should I try full clean install (comfy+pytorch+cogvideox only)?
Looks like something wrong with the VAE model file itself.
https://github.com/kijai/ComfyUI-CogVideoXWrapper/issues/82#issuecomment-2365224495 - seems really similar to my case though: raise NotImplementedError( NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device. I also re downloaded models\cogvideox\vae to make sure that the issue is not with the model itself. Should I try full clean install (comfy+pytorch+cogvideox only)?
Their issue was using model loader from different node pack, what workflow are you using?
cogvideox_fun_pose_example_01. - this one. sorry for the confusion, aren't VAE models all the same across? ex - https://huggingface.co/Kijai/CogVideoX-Fun-pruned/tree/main/CogVideoX-Fun-5b-InP/vae or https://huggingface.co/alibaba-pai/CogVideoX-Fun-5b-InP/tree/main/vae Perhaps I indeed should let Down(Load model) node source all the models..
Changing resolution, VAE tiling and input video node didn't change anything..
Trying to use p106-100 (GTX 1060 6gb) in a cluster, also is there a chance of 2b GGUF support being implemented?