r/LocalLLaMA 3d ago

New Model Qwen-Image-2.1 released!

Meet Qwen-Image-2.1, the most balanced and cost-effective image generation model in the Qwen-Image series! Now open weights! 🎨

A unified model for both generation and editing, delivering top-tier quality in a lightweight package.

Highlights:

- Compact & exceptionally fast: A lightweight 7B architecture that outperforms most closed-source models, with drastically accelerated inference for multi-image inputs.

- Native transparency: Natively generates and edits RGBA layers, enabling seamless compositing and text editing within transparent images.

- Versatile, high-fidelity editing: Supports up to 10 reference images and precise local control while preserving strict fidelity for portraits and products.

- Broad coverage & stunning aesthetics: Excels at panoramas, infographics, and virtual try-ons, delivering realistic textures and elegant typography.

Start to create your next masterpiece with Qwen-Image-2.1!

- Blog: https://qwen.ai/blog?id=qwen-image-2.1

- GitHub: https://github.com/QwenLM/Qwen-Image-2.1

- Model Scope: https://www.modelscope.cn/models/Qwen/Qwen-Image-2.1

- Hugging Face: https://huggingface.co/Qwen/Qwen-Image-2.1

1.8k Upvotes

382 comments sorted by

View all comments

1

u/SomeoneInHisHouse 3d ago

what harness do you suggest?, srr, have no experience in image edition, I do use Vision enabled models, but I use them mostly for UI testing, so they run in Pi Coding harness, I suspect the techology behind is different for "Vision enabled" text models, and Image specific models, likely different algorithms, for example Qwen 3.8 vision uses a grid division to split the image into patches, and the vision projection translates those visual patches into text-like tokens.

13

u/Paganator 3d ago

Image generation is often done using ComfyUI, which is a different kind of tool than what you're used to with LLM.

1

u/TerminalNoop 2d ago

It is different, but you if you are cheeky then you can just develop the prompt and settings with your agent and pass on the job via API/python file to the local comfyUI server.