From 241d9094ee0eae2857325d2dc2e1a5ecbe969175 Mon Sep 17 00:00:00 2001 From: JWLHS <847135749@qq.com> Date: Mon, 13 Jul 2026 21:18:35 +0800 Subject: [PATCH] fix TINT4 repository URL --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1fa32a0f..ba581607 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54241,9 +54241,9 @@ "author": "JWLHS", "title": "TINT4 — INT4 Weight-Only Quantization via torchao", "id": "tint4_xpu", - "reference": "https://github.com/JWLHS/ComfyUI-TINT4-XPU", + "reference": "https://github.com/JWLHS/ComfyUI-TINT4", "files": [ - "https://github.com/JWLHS/ComfyUI-TINT4-XPU" + "https://github.com/JWLHS/ComfyUI-TINT4" ], "install_type": "git-clone", "description": "INT4 weight-only quantization (W4A16) for diffusion models via torchao. Activations remain FP16 — zero quantization quality loss. Full LoRA support: standard + LoKr format compatible, multi-LoRA stack (≤5), IS_CHANGED fingerprint skip (0s repeat generation), SHA256 JSON disk cache (<1s hit), GPU pre-hook bake-in. Supports Intel Arc XPU, NVIDIA CUDA, AMD ROCm. Verified on Krea2 Turbo, Flux2 Klein 9B, Z-Image, Boogu. Includes model analysis CLI. Requires: pip install torchao>=0.17.0"