Skip to content

Conversation

zengxianyu
Copy link

supported_pt_extensions so it can work with GGUF checkpoints city96/ComfyUI-GGUF#342

@blepping
Copy link
Contributor

This won't make ComfyUI work for GGUF files. GGUF requires special handling like functions to actually dequantize GGUF-quantized tensors. This makes GGUF files show up in the list but ComfyUI will not know how to actually deal with loading them.

The issue you linked is related to not seeing the nodes from ComfyUI-GGUF, just adding files with .gguf to file lists is not going to help with that. Most likely reason is you don't have ComfyUI-GGUF's requirements installed correctly (it needs the gguf Python module installed in your Python environment) and just didn't load when you started ComfyUI.

@zengxianyu
Copy link
Author

This won't make ComfyUI work for GGUF files. GGUF requires special handling like functions to actually dequantize GGUF-quantized tensors. This makes GGUF files show up in the list but ComfyUI will not know how to actually deal with loading them.

The issue you linked is related to not seeing the nodes from ComfyUI-GGUF, just adding files with .gguf to file lists is not going to help with that. Most likely reason is you don't have ComfyUI-GGUF's requirements installed correctly (it needs the gguf Python module installed in your Python environment) and just didn't load when you started ComfyUI.

for me tbe issue was gguf files never show up in models. that was because all files with extensionm gguf was ignored. after adding this to supported extension it works fine

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

Successfully merging this pull request may close these issues.

2 participants