Analysis updated 2026-05-18
Run INT4 compressed diffusion models on a specific AMD Radeon GPU.
Load and save W4A4 quantized models inside ComfyUI workflows.
Combine acceleration LoRA files with a compressed model at inference time.
Diagnose whether ComfyUI is using the fast native AMD path or a fallback.
| document97/comfy-int4-hiptest | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | easy |
| Complexity | 5/5 | 2/5 | 2/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a specific AMD Radeon 780M setup with HIP SDK, ZLUDA, and a custom native-INT4 Triton wheel obtained from a companion repository.
This project is a plugin for ComfyUI, a visual tool used to build and run AI image and video generation workflows, aimed specifically at people running AMD graphics cards rather than the more common Nvidia setup. It adds support for loading AI diffusion models that have been shrunk down using a technique called INT4 quantization, which compresses a model's numbers into a smaller format so it runs faster and uses less memory, at some cost to precision. The plugin is built and tested around one specific AMD graphics chip, the Radeon 780M, running on Windows with a particular combination of AMD's HIP software stack, a compatibility layer called ZLUDA that lets AMD cards run CUDA style code, and a custom build of a compiler called Triton that understands this compressed number format natively. It does not include the actual compressed model files or the special Triton build itself. Those must be obtained separately from a companion repository by the same author, along with a version of ComfyUI that already supports this quantization method. Once installed, the plugin adds two new nodes inside ComfyUI: one to load a compressed diffusion model and one to save a model in this compressed format. It also supports combining the compressed model with LoRA files, which are small add on files that adjust how a model behaves, offering three different ways of blending them in depending on whether someone wants the fastest performance or the most accurate preservation of small adjustments. The README documents that it has been tested successfully with two specific published models, one for still images and one for video generation, and it includes diagnostic messages a user can check in the ComfyUI console to confirm the plugin is actually using the fast AMD specific path rather than falling back to a slower general purpose one. The project builds on two earlier open source projects for INT8 and INT4 quantization support in ComfyUI, and its license terms are kept in the repository's LICENSE file, with credit to those earlier projects preserved.
A ComfyUI plugin that lets AMD graphics cards load and run heavily compressed AI image and video generation models faster.
Mainly Python. The stack also includes Python, PyTorch, Triton.
License terms are kept in the repository's LICENSE file, with credit preserved for the earlier projects it builds on.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.