qwen-image-2-pro

Generate images with Alibaba Qwen-Image-2.0-Pro via the inference.sh CLI.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill qwen-image-2-pro-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwen-image-2-pro
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/qwen-image-2-pro
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill qwen-image-2-pro-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating professional images with accurate, readable text rendering is difficult with most image generation models, especially for posters, banners, and text-heavy designs. This Skill provides direct access to Alibaba's Qwen-Image-2.0-Pro model through the inference.sh CLI, handling prompt structuring, sizing constraints, and reproducibility. ## Core Features & Use Cases - Professional Text Rendering: Generate multi-line and paragraph-level text within images with fine-grained detail, ideal for posters and marketing banners. - Image Editing with References: Supply 1-3 reference images to perform style transfer or outfit/scene edits guided by a text prompt. - Controlled Generation: Configure dimensions (512-2048px), negative prompts, seeds for reproducibility, and batch generation of up to 6 images. - Use Case: A marketer needs a summer sale banner with the exact text "SUMMER SALE" and "50% OFF" on a gradient background. This Skill generates it in one CLI command with precise text placement and a negative prompt to avoid blurry text. ## Quick Start Ask the AI to generate a poster with the title "Welcome!" in bold blue text using the qwen-image-2-pro skill via the belt CLI.

Frequently Asked Questions about qwen-image-2-pro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images with Qwen-Image-2.0-Pro?

Run belt app run alibaba/qwen-image-2-pro with a JSON input containing your prompt after logging in with belt login. The CLI returns generated PNG images along with output metadata including dimensions and count.

How to render accurate text in AI-generated images?

Wrap exact text in quotes within the prompt, specify font color, style, size, and position, and set prompt_extend to false for precise control. Adding a negative prompt like "blurry text, distorted text" further improves text quality.

What image sizes does Qwen-Image-2.0-Pro support?

Width and height can each range from 512 to 2048 pixels, with total pixels constrained between 512x512 and 2048x2048. Common presets include 1024x1536 for posters and 1920x1080 for banners.

Can Qwen-Image-2.0-Pro edit existing images?

Yes, pass 1-3 reference images via the reference_images parameter with URIs, then describe the edit in the prompt. For example, you can transfer an outfit from one image onto a person in another.

How do I reproduce the same image generation result?

Set the seed parameter to a fixed integer between 0 and 2147483647 in your input JSON. Using the same seed with the same prompt and settings produces reproducible output.