-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
I could use some help. I can't figure out why I am unable to select any options for the Unet Loader (GGUF). Below is what I've already done. So far no errors or problems, but clearly something must be wrong.
I currently have Python 3.13.11, Torch 2.10.0, macOS Tahoe 26.2, ComfyUI 0.8.0 (260131659cvnsx3). Hardware specs should be fine with a 1TB SSD, 64GB RAM, and an M1 Max with 32 GPU cores.
- I have used "git clone https://github.com/city96/ComfyUI-GGUF" within the custom nodes folder. Output:
- Cloning into 'ComfyUI-GGUF'...
- remote: Enumerating objects: 814, done.
- remote: Counting objects: 100% (508/508), done.
- remote: Compressing objects: 100% (196/196), done.
- remote: Total 814 (delta 458), reused 312 (delta 312), pack-reused 306 (from 2)
- Receiving objects: 100% (814/814), 189.66 KiB | 2.43 MiB/s, done.
- Resolving deltas: 100% (543/543), done.
- I have verified the folder generation and requirements installation via "python -s -m pip install -r /Users/#######/Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt". Output:
- Requirement already satisfied: gguf>=0.13.0 in /Users//#######//miniconda3/lib/python3.13/site-packages (from -r /Users//#######//Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt (line 2)) (0.17.1)
- Requirement already satisfied: sentencepiece in /Users//#######//miniconda3/lib/python3.13/site-packages (from -r Users//#######//Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt (line 4)) (0.2.1)
- Requirement already satisfied: protobuf in /Users//#######//miniconda3/lib/python3.13/site-packages (from -r /Users//#######//Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt (line 5)) (6.33.4)
- Requirement already satisfied: numpy>=1.17 in /Users//#######//miniconda3/lib/python3.13/site-packages (from gguf>=0.13.0->-r /Users//#######//Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt (line 2)) (2.4.1)
- Requirement already satisfied: pyyaml>=5.1 in /Users//#######//miniconda3/lib/python3.13/site-packages (from gguf>=0.13.0->-r /Users//#######//Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt (line 2)) (6.0.3)
- Requirement already satisfied: tqdm>=4.27 in /Users//#######//miniconda3/lib/python3.13/site-packages (from gguf>=0.13.0->-r /Users//#######//Documents/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt (line 2)) (4.67.1)
- I have verified within ComfyUI the generation of the bootleg folder and access to the nodes like Unet Loader (GGUF).
- I have, alternatively, also tried installing the nodes via the custom nodes button within ComfyUI on its marketplace with the same outcome.
- In addition to the default safetensors, I have moved the the following files into the unet folder under models:

Metadata
Metadata
Assignees
Labels
No labels