CoolFace
Modelpublic

nunchaku-ai/nunchaku-qwen-image

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
263likes12kdownloads
Model Card

<p align="center" style="border-radius: 10px"> <img src="https://huggingface.co/datasets/nunchaku-tech/cdn/resolve/main/nunchaku/assets/nunchaku_v2.png" width="30%" alt="Nunchaku Logo"/> </p>

<div align="center"> <a href=https://discord.gg/Wk6PnwX9Sm target="blank"><img src=https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdiscord.com%2Fapi%2Finvites%2FWk6PnwX9Sm%3Fwithcounts%3Dtrue&query=%24.approximatemembercount&logo=discord&logoColor=white&label=Discord&color=green&suffix=%20total height=22px></a> <a href=https://huggingface.co/datasets/nunchaku-tech/cdn/resolve/main/nunchaku/assets/wechat.jpg target="_blank"><img src=https://img.shields.io/badge/WeChat-07C160?logo=wechat&logoColor=white height=22px></a> </div>

Model Card for nunchaku-qwen-image

comfyuivisual This repository contains Nunchaku-quantized versions of Qwen-Image, designed to generate high-quality images from text prompts, advances in complex text rendering. It is optimized for efficient inference while maintaining minimal loss in performance.

News

  • โ€”[2025-08-27] ๐Ÿ”ฅ Release 4-bit [4/8-step lightning Qwen-Image](https://huggingface.co/lightx2v/Qwen-Image-Lightning)!
  • โ€”[2025-08-15] ๐Ÿš€ Release 4-bit SVDQuant quantized Qwen-Image model with rank 32 and 128!

Model Details

Model Description

  • โ€”Developed by: Nunchaku Team
  • โ€”Model type: text-to-image
  • โ€”License: apache-2.0
  • โ€”Quantized from model: Qwen-Image

Model Files

Data Type: INT4 for non-Blackwell GPUs (pre-50-series), NVFP4 for Blackwell GPUs (50-series). Rank: r32 for faster inference, r128 for better quality but slower inference.

Base Models

Standard inference speed models for general use

Data TypeRankModel NameComment
INT4r32`svdq-int4_r32-qwen-image.safetensors`
r128`svdq-int4_r128-qwen-image.safetensors`
NVFP4r32`svdq-fp4_r32-qwen-image.safetensors`
r128`svdq-fp4_r128-qwen-image.safetensors`

4-Step Distilled Models

4-step distilled models fused with Qwen-Image-Lightning-4steps-V1.0 LoRA using LoRA strength = 1.0

Data TypeRankModel NameComment
INT4r32`svdq-int4_r32-qwen-image-lightningv1.0-4steps.safetensors`Fused with Qwen-Image-Lightning-4steps-V1.0 LoRA
r128`svdq-int4_r128-qwen-image-lightningv1.0-4steps.safetensors`Fused with Qwen-Image-Lightning-4steps-V1.0 LoRA. Better quality, slower inference
NVFP4r32`svdq-fp4_r32-qwen-image-lightningv1.0-4steps.safetensors`Fused with Qwen-Image-Lightning-4steps-V1.0 LoRA
r128`svdq-fp4_r128-qwen-image-lightningv1.0-4steps.safetensors`Fused with Qwen-Image-Lightning-4steps-V1.0 LoRA. Better quality, slower inference

8-Step Distilled Models

8-step distilled models fused with Qwen-Image-Lightning-8steps-V1.1 LoRA using LoRA strength = 1.0

Data TypeRankModel NameComment
INT4r32`svdq-int4_r32-qwen-image-lightningv1.1-8steps.safetensors`Fused with Qwen-Image-Lightning-8steps-V1.1 LoRA
r128`svdq-int4_r128-qwen-image-lightningv1.1-8steps.safetensors`Fused with Qwen-Image-Lightning-8steps-V1.1 LoRA. Better quality, slower inference
NVFP4r32`svdq-fp4_r32-qwen-image-lightningv1.1-8steps.safetensors`Fused with Qwen-Image-Lightning-8steps-V1.1 LoRA
r128`svdq-fp4_r128-qwen-image-lightningv1.1-8steps.safetensors`Fused with Qwen-Image-Lightning-8steps-V1.1 LoRA. Better quality, slower inference

Model Sources

Usage

Performance

performance

Citation

bibtex
@inproceedings{
  li2024svdquant,
  title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
  author={Li*, Muyang and Lin*, Yujun and Zhang*, Zhekai and Cai, Tianle and Li, Xiuyu and Guo, Junxian and Xie, Enze and Meng, Chenlin and Zhu, Jun-Yan and Han, Song},
  booktitle={The Thirteenth International Conference on Learning Representations},
  year={2025}
}