Qwen-Image
Collection
Contains FP8, INT8, INT4 and FP4 weight-only safetensors quants of the Qwen-Image series. • 4 items • Updated
How to use Rin247/Qwen-Image-2.1-INT8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Rin247/Qwen-Image-2.1-INT8", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Weight-only safetensors quantization of Qwen-Image-2.1.
MECHA — Model Engineering & Contextual Hearth Assembly
This media package has been forged and optimized in the MECHA Forge. It includes the Denoiser, Text Encoder, and VAE components packaged together for easy deployment.
Qwen-Image-2.1