Abiray/Qwen-Image-2.1-GGUF
9247k
Qwen-Image-2.1 GGUF Quants
This repository provides quantized GGUF checkpoints for Qwen/Qwen-Image-2.1, optimized for low-VRAM inference in ComfyUI using the ComfyUI-GGUF custom node.
Quantizing the diffusion transformer drastically reduces memory pressure during generation while preserving sharp detail, composition, and prompt alignment.
๐ฆ Quantization Breakdown & File Details
๐ผ๏ธ Sample Generations (Q4KM)
<Gallery />
๐งฉ Required Components (Text Encoders & VAE)
To run these models in ComfyUI, you will need the matching text encoders and VAE:
- Text Encoders:
- Download from: Comfy-Org/Qwen-Image-2.1 Text Encoders
- Place files into:
ComfyUI/models/clip/(orComfyUI/models/text_encoders/)
- VAE:
- Download from: Comfy-Org/Qwen-Image-2.1 VAE
- Place files into:
ComfyUI/models/vae/
- Diffusion Model (This Repo):
- Download your preferred
.gguffile from above. - Place into:
ComfyUI/models/diffusion_models/(orComfyUI/models/unet/)
๐จ Included Ready-to-Use Workflows
Both Text-to-Image and Image-to-Image editing workflows are packaged in this repo:
- Text-to-Image: Qwen_Image_2.1_GGUF_Text2Image.json
- Image-to-Image / Editing: Qwen_Image_2.1_GGUF_Image2Image_Edit.json
How to Use:
- Ensure you have installed [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) (search for
ComfyUI-GGUFinside the ComfyUI Manager). - Drag and drop either of the
.jsonworkflow files into your ComfyUI workspace. - In the Unet Loader (GGUF) node, select the downloaded
.gguffile. - Verify your CLIP/Text Encoder and VAE node loaders point to the files downloaded above.
- Queue prompt and generate!
๐ Acknowledgments & Credits
- Base model developed by the Qwen Team / Alibaba Cloud: Qwen/Qwen-Image-2.1.
- ComfyUI integration assets and pipeline weights provided by Comfy-Org.
- GGUF quantization powered by llama.cpp and ComfyUI-GGUF.
