Skip to content
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

Open
Cey607 opened this issue Nov 25, 2024 · 5 comments
Open

Can't load node: LTXVCLIPModelLoader #36

Cey607 opened this issue Nov 25, 2024 · 5 comments

Comments

@Cey607
Copy link

Cey607 commented Nov 25, 2024

I don’t know if it’s because my Comfyui has not been updated. This node prompts an error after download:

FETCH DATA from: D:\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
[ERROR] An error occurred while retrieving information for the 'LTXVCLIPModelLoader' node.
Traceback (most recent call last):
  File "D:\comfyui\server.py", line 564, in get_object_info
    out[x] = node_info(x)
  File "D:\comfyui\server.py", line 531, in node_info
    info['input'] = obj_class.INPUT_TYPES()
  File "D:\ComfyUI\custom_nodes\ComfyUI-LTXVideo\t5_encoder.py", line 123, in INPUT_TYPES
    folder_paths.get_filename_list("text_encoders"),
  File "D:\comfyui\folder_paths.py", line 326, in get_filename_list
    out = get_filename_list_(folder_name)
  File "D:\comfyui\folder_paths.py", line 287, in get_filename_list_
    folders = folder_names_and_paths[folder_name]
KeyError: 'text_encoders'

I replaced folder_paths.get_filename_list("text_encoders") with folder_paths.get_filename_list("clip") in .\ComfyUI\custom_nodes\ComfyUI-LTXVideo\t5_encoder.py`
Now problem was solved .
just incase someone meeting same error

@wangxihao
Copy link

the same error

@Undi95
Copy link

Undi95 commented Nov 25, 2024

Update ComfyUI and it fix all the error, not need to modify the file.
When you update ComfyUI, the folder "text_encoders" is created and can be used.

@kshabanaa
Copy link

i updated all things and it game me this error
Uploading Screenshot 2024-11-25 201102.png…

@balabalalabalaba
Copy link

I also encountered this issue, but I just need to update Comfyui to the latest version

@JeffreyBull76
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants