Skip to content

Unet Loader (GGUF) #416

@DF4708

Description

@DF4708

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.

  1. Cloning into 'ComfyUI-GGUF'...
  2. remote: Enumerating objects: 814, done.
  3. remote: Counting objects: 100% (508/508), done.
  4. remote: Compressing objects: 100% (196/196), done.
  5. remote: Total 814 (delta 458), reused 312 (delta 312), pack-reused 306 (from 2)
  6. Receiving objects: 100% (814/814), 189.66 KiB | 2.43 MiB/s, done.
  7. 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:
  1. 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)
  2. 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)
  3. 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)
  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)
  5. 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)
  6. 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:
  1. Wan2.2-I2V-A14B-HighNoise-Q5_K_M.gguf
  2. Wan2.2-I2V-A14B-LowNoise-Q5_K_M.gguf
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions