Unable to load GGUF t5xxl text_encoders
Polukeev opened this issue · 3 comments
Polukeev commented
After the Commit ee8abf0
comfyanonymous/ComfyUI@ee8abf0
GGUF Clip loaders can't find any .gguf text encoders
Thater commented
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
city96 commented
Pushed a fix that should be backwards compatible as well (i.e. doesn't break on older comfy versions).