Discover and explore top open-source AI tools and projects—updated daily.
QuantFuncAccelerated diffusion model inference for ComfyUI
Top 36.2% on SourcePulse
Summary
QuantFunc/ComfyUI-QuantFunc accelerates diffusion model inference within ComfyUI using a native C++/CUDA engine. It targets users seeking significant speedups (2x-11x) for text-to-image and image editing, eliminating Python dependencies during runtime and enabling efficient quantized model usage.
How It Works
The core is the native C++/CUDA libquantfunc.so/quantfunc.dll engine. It employs a dual quantization strategy: SVDQ (offline) and Lighting (runtime BF16/FP16 → 4-bit). This, combined with zero-cost LoRA stacking/fusion, drastically reduces inference latency. Universal model format adapters and a robust worker-process architecture enhance efficiency.
Quick Start & Requirements
git clone https://github.com/QuantFunc/ComfyUI-QuantFunc.git into ComfyUI/custom_nodes. The plugin auto-downloads the engine binary on first startup.pip install modelscope recommended for auto-update.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
modelscope Python package.4 weeks ago
Inactive
ELS-RD
vladmandic
vllm-project