awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
city96 avatar

city96/ComfyUI-GGUF

0
View on GitHub↗
3,291 stars·257 forks·Python·apache-2.0·2 vues

ComfyUI GGUF

ComfyUI-GGUF is a memory optimizer and model loader for ComfyUI that enables the execution of large transformer-based generative models using quantized weights. It provides a system for loading GGUF formatted weights within a node-based diffusion interface to reduce GPU memory consumption.

The project includes a quantization tool for converting standard model checkpoints into compressed binary formats and a tensor fixer to restore missing keys and correct architectures in binary model files. These utilities ensure that compressed models remain functional during inference on hardware with limited VRAM.

The framework covers model weight optimization and low-memory inference by supporting the loading of quantized diffusion models and text encoders. It manages the process of on-the-fly precision recovery and weight mapping to maintain performance while reducing the total memory footprint.

Features

  • ComfyUI Custom Node Suites - Integrates compressed GGUF diffusion models and text encoders as custom nodes within ComfyUI workflows.
  • Diffusion Model Memory Optimizers - Provides a framework for running large transformer-based generative models using quantized weights.
  • Diffusion Models - Initializes and runs generative image synthesis models based on quantized diffusion architectures.
  • GGUF Execution - Implements optimized runtime execution and loading for models using the GGUF quantization format.
  • Model Quantization Tools - Handles on-the-fly precision recovery of quantized weights to reduce total memory usage during inference.
  • Model Loading - Provides mechanisms for efficiently loading model weights from portable binary formats into memory.
  • GGUF Weight Quantization - Provides a utility to convert standard model checkpoints into quantized GGUF artifacts for lower memory usage.
  • Quantized Model Implementations - Implements low-precision weight formats to reduce inference memory requirements on limited hardware.
  • Weight Dequantization - Enables high-performance inference by recovering weight precision on-the-fly from compressed memory footprints.
  • Low-VRAM Inference - Runs large generative models on hardware with limited VRAM by loading quantized GGUF weights.
  • Tensor Shape Inferences - Corrects tensor shapes and restores missing keys in model architectures to ensure functional inference.
  • Transformer Weight Loading - Optimizes the loading of compressed weights specifically for transformer architectures to reduce initialization overhead.
  • Ternary Weight Optimizations - Reduces the memory footprint of transformer architectures to enable faster operation on consumer GPUs.
  • Model Architecture Key Restoration - Restores missing architectural keys in model binaries to ensure they remain functional during inference.
  • GGUF Format Conversions - Transforms standard model checkpoints into the GGUF format for quantized local inference.
  • Weight Tensor Mapping - Maps compressed tensors to corresponding model layers to ensure hardware compatibility across various precision levels.
  • Model Quantization - Reduces model weight precision to decrease the memory footprint and accelerate inference performance.
  • Checkpoint Format Transpilations - Provides utilities to convert standard model checkpoints into unified binary structures for portable distribution.
  • Model Weight Repair Tools - Includes a tensor fixer to restore missing architectural keys and correct tensor structures in binary model files.
  • Transformer Text Encoders - Loads compressed transformer-based text encoders to decrease the total memory required during initialization.

Historique des stars

Graphique de l'historique des stars pour city96/comfyui-ggufGraphique de l'historique des stars pour city96/comfyui-gguf

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à ComfyUI GGUF

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ComfyUI GGUF.
  • nunchaku-ai/comfyui-nunchakuAvatar de nunchaku-ai

    nunchaku-ai/ComfyUI-nunchaku

    2,901Voir sur GitHub↗

    ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized diffusion models within ComfyUI visual workflows. It provides a backend that reduces memory overhead and increases generation speed for transformer models. The project includes specialized tools for identity-preserving generation and an image-to-image guidance toolkit that uses depth maps and reference images. It also features a multimodal visual question answering implementation and a utility for merging multiple quantized model files into single unified files. The engine covers a b

    Pythoncomfyuidiffusionflux
    Voir sur GitHub↗2,901
  • intel/ipex-llmAvatar de intel

    intel/ipex-llm

    8,836Voir sur GitHub↗

    Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning on Intel CPUs, GPUs, and NPUs. It provides a distributed inference engine for scaling models across multiple accelerators, a multimodal model runtime for vision and speech tasks, and a low-bit model quantization tool for converting weights into INT4, FP8, and GGUF formats. The project features a parameter-efficient finetuning framework that enables model adaptation using QLoRA and DPO on Intel hardware. It distinguishes itself by providing specialized optimizations for Intel XP

    Python
    Voir sur GitHub↗8,836
  • alibaba/mnnAvatar de alibaba

    alibaba/MNN

    14,242Voir sur GitHub↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    C++armconvolutiondeep-learning
    Voir sur GitHub↗14,242
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Voir sur GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Pythonattentionblackwellcuda
    Voir sur GitHub↗29,079
Voir les 30 alternatives à ComfyUI GGUF→

Questions fréquentes

Que fait city96/comfyui-gguf ?

ComfyUI-GGUF is a memory optimizer and model loader for ComfyUI that enables the execution of large transformer-based generative models using quantized weights. It provides a system for loading GGUF formatted weights within a node-based diffusion interface to reduce GPU memory consumption.

Quelles sont les fonctionnalités principales de city96/comfyui-gguf ?

Les fonctionnalités principales de city96/comfyui-gguf sont : ComfyUI Custom Node Suites, Diffusion Model Memory Optimizers, Diffusion Models, GGUF Execution, Model Quantization Tools, Model Loading, GGUF Weight Quantization, Quantized Model Implementations.

Quelles sont les alternatives open-source à city96/comfyui-gguf ?

Les alternatives open-source à city96/comfyui-gguf incluent : nunchaku-ai/comfyui-nunchaku — ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized… intel/ipex-llm — Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning… alibaba/mnn — MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a… sgl-project/sglang — Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It… transformerlensorg/transformerlens — TransformerLens is a library for mechanistic interpretability research designed to reverse engineer the learned… nunchaku-ai/nunchaku — Nunchaku is a 4-bit model quantization library and diffusion model inference engine designed to run large-scale neural…