I added Qwen-Image 2.1 + LoRA support to TensorSharp (GGUF, local inference)

Reddit r/LocalLLaMA Tools

Summary

TensorSharp, an open-source inference engine, now supports Qwen-Image 2.1 for local text-to-image generation and editing with LoRA adapters, including accelerated variants like Pruna and Viggle.

I maintain TensorSharp, an open-source inference engine. It can now run Qwen-Image 2.1 locally for text-to-image generation and image editing, with support for its LoRA adapters. I’ve added configs for regular style and editing LoRAs, plus accelerated adapters with their own sampling recipes. For example, Pruna 8-step runs at 8 steps, and Viggle Turbo uses 6 transformer passes. Those are fewer model passes, not a claim of a measured end-to-end speedup on particular hardware. Model files: Qwen-Image 2.1 GGUF Qwen-Image 2.1 VAE Qwen3-VL-8B-Instruct GGUF and vision projector LoRAs you can try: Pruna 8-step / 5-step Viggle Turbo Qwen-Image-2.1-Fix (DoRA) Film Stills Object Remover Bbox The base config specifies the exact files to download. To try the Pruna adapter: TensorSharp.Cli --config config/qwen-image-2.1.json \ --lora config/lora/qwen-image-2.1-pruna-8step.json \ --prompt "A small bookstore on a rainy evening" \ --width 1024 --height 1024 Repo: https://github.com/zhongkaifu/TensorSharp If you’re running Qwen-Image 2.1 locally, I’d be curious which LoRAs you’ve found useful and how the accelerated ones compare for your prompts.
Original Article

Similar Articles

Viggle/Qwen-Image-2.1-viggle-turbo

Hugging Face Models Trending

A distilled student model of Qwen-Image-2.1, trained by Viggle using Distribution Matching Distillation, enabling text-to-image generation and image editing in 6 steps instead of 40, resulting in about 5× faster performance with competitive quality.

unsloth/Qwen-Image-2.1-GGUF

Hugging Face Models Trending

Qwen-Image-2.1 is a unified text-to-image generation and image editing model with 7B parameters, featuring improvements in efficiency, transparency, versatility, and realism. This GGUF quantized version from unsloth enables efficient local inference.

Qwen-Image-2.0 Technical Report

Hugging Face Daily Papers

Qwen-Image-2.0 is a new image generation foundation model that unifies high-fidelity synthesis and precise editing using Qwen3-VL and a Multimodal Diffusion Transformer. It excels in text-rich content, multilingual typography, and photorealistic generation.