-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load node: LTXVCLIPModelLoader #36
Comments
the same error |
Update ComfyUI and it fix all the error, not need to modify the file. |
I also encountered this issue, but I just need to update Comfyui to the latest version |
As @Undi95 said above its to do with the text_encoders folder. I manually created this and updated comfyui and it completely gimped the whole thing. So I had to delete my manually created folder then manually update comfyui using the bat file, and it worked. |
I don’t know if it’s because my Comfyui has not been updated. This node prompts an error after download:
I replaced
folder_paths.get_filename_list("text_encoders")
withfolder_paths.get_filename_list("clip")
in .\ComfyUI\custom_nodes\ComfyUI-LTXVideo\t5_encoder.py`Now problem was solved .
just incase someone meeting same error
The text was updated successfully, but these errors were encountered: