Skip to content

calcuis/gguf-comfy

Repository files navigation

gguf-comfy

GGUF node for ComfyUI

To work with this custom node: git clone this repository, replace your custom nodes folder (./ComfyUI/custom_nodes)

git clone https://github.com/calcuis/gguf-comfy

or you can get the compressed pack with mini-optimization (recommended for most of us) below (setup example)

screenshot

Get the ComfyUI GGUF windows portable 7z:

  • decompress the 7z bundle file: Extract All... (it includes everything you need to run a model)
  • download flux1-dev-Q4_0.gguf (6.32GB); pull it to ./ComfyUI/models/unet
  • download clip_l.safetensors (234MB); pull it to ./ComfyUI/models/clip
  • download t5xxl_fp8_e4m3fn.safetensors (4.55GB); pull it to ./ComfyUI/models/clip
  • download ae.safetensors (319MB); pull it to ./ComfyUI/models/vae
  • run the .bat file in the main directory (it will activate the py backend as well as the js frontend)
  • drag gguf-workflow.json to the activated browser

Reference

comfyanonymous city96