city96/comfyui-gguf

GGUF Quantization support for native ComfyUI models

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 17th, 2026
Created on August 15th, 2024
Open Issues & Pull Requests: 243 (+0)
GitHub issues: Enabled
Number of forks: 381
Total Stargazers: 4,022 (+1)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.2 hours
Mean response time: 5.2 days
90th percentile: 11.9 days
Tracked items: 261

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 83% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 30% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 182
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 450 days
Stale 30+ days: 177
Stale 90+ days: 169

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ComfyUI-GGUF is a custom node pack that adds GGUF quantization support to ComfyUI for running quantized diffusion models on resource-constrained hardware.

The tool addresses the challenge of running large diffusion models on low-end GPUs by enabling GGUF quantization, a format popularized by llama.cpp. While traditional UNET models with convolutional layers resist quantization, transformer-based and DiT models like Flux tolerate lower bit-depth quantization with minimal quality loss. The custom nodes allow loading quantized UNET models and quantized T5 text encoders, reducing VRAM requirements substantially. Users place GGUF model files in the standard ComfyUI models directory and swap the stock diffusion model loader for the GGUF-specific loader node.

Adoption suits developers running ComfyUI on GPUs with limited VRAM who want to use modern transformer-based diffusion models. The project provides pre-quantized versions of Flux and Stable Diffusion 3.5 models, along with quantized T5 encoders, eliminating the need to quantize models yourself. The tool includes experimental LoRA loading support. Users should ensure their ComfyUI installation is recent enough to support custom operations when loading UNET models, and on MacOS Sequoia, torch 2.4.1 is required to avoid buffer size errors.

The project maintains active engagement with its user base, with nearly all open issues originating from adopters reporting real-world problems rather than from the core team. Maintainers typically respond to new issues and pull requests within a day, indicating responsive stewardship of the codebase.