city96/ComfyUI-GGUF

Unable to load GGUF t5xxl text_encoders

Polukeev opened this issue · 3 comments

After the Commit ee8abf0
comfyanonymous/ComfyUI@ee8abf0

GGUF Clip loaders can't find any .gguf text encoders

ComfyUI changed the path for text encoders to models/text_encoders

you can rename your models/clip folder to models/text_encoders and change line 22 in node.py to
orig = folder_paths.folder_names_and_paths.get("text_encoders", [[], set()])

and this will fix it

@Thater thank you for the solution! I hope @city96 will see this.

Pushed a fix that should be backwards compatible as well (i.e. doesn't break on older comfy versions).