Qwen Image is built for useful, information-dense output — infographics, papers with math notation, dashboards and UI mockups — not just pretty pictures. The trick is to write each prompt as a full brief: name the canvas, the layout, the exact labels in "double quotes", and a constraints line. Because Qwen Image 3.0 Pro renders legible text down to roughly 10px, these dense layouts actually come out readable.
Below are 24 real, copy-paste prompts grouped by job. For the fundamentals see the best Qwen Image prompts roundup, and for pure typography work see Qwen Image prompts for text posters.
Write it like a brief
Qwen Image 3.0 Pro accepts very long prompts (up to about 4,500 tokens), so treat every prompt as a design brief rather than a caption. The more precisely you specify structure and copy, the closer the first render lands.
A strong infographic brief names six things: the audience (who reads it and where it lives), the canvas (aspect ratio and 2K resolution), the structure (panels, columns, grid, callouts), the exact copy in quotes (headings, labels, data points), the required elements (icons, charts, arrows, a legend), and the constraints (palette, font, what to leave out). Put the text and layout instructions early so the model plans the whole composition around them. For more reusable structures, see the Qwen Image prompt templates.
Data infographics
Data infographics turn a handful of numbers into a scannable visual. Quote every stat and label, and give each figure its own panel so the model does not merge them.
1. Single-stat hero infographic
Modern flat-design infographic, portrait canvas, headline banner across the top reading "The Real Cost of Downtime" in bold condensed sans-serif, white text on a deep navy band. Center hero panel dominated by one giant number "$5,600" in extra-bold, with the caption "average cost per minute of IT downtime" directly beneath it in medium-weight gray. Three small supporting stat chips in a row below: "98 minutes — average outage length", "43% — caused by human error", "1 in 4 — firms unprepared". Bottom footer strip reads "Source: 2026 Ops Benchmark Report". Palette: navy #0F2A4A, coral accent #FF6B5C, light gray background #F4F6F9, white cards with soft shadows. Clean icons for a clock, a warning triangle, and a checklist. Aspect ratio 3:4, 2K.Best for: a single striking metric that anchors a report or landing page.
2. Five-step how-it-works infographic
Clean instructional infographic, portrait canvas, title at top "How Solar Panels Power Your Home" in bold sans-serif. Five numbered vertical steps connected by a dotted line down the left edge, each step a rounded white card with a simple line icon and short copy: Step "1" heading "Sunlight hits the panels" with subtext "Photovoltaic cells absorb light"; Step "2" heading "DC electricity is generated"; Step "3" heading "Inverter converts DC to AC"; Step "4" heading "Power runs your home"; Step "5" heading "Excess flows to the grid". Palette: sky blue #2E9BD6, sun yellow #FDB515, charcoal text #232A31 on off-white #FBFBF6. Small sun-to-house journey illustration on the right margin. Aspect ratio 3:4, 2K.Why it works: numbered steps plus quoted headings give the model a clear reading order.
3. Icon grid stat panel
Corporate infographic, landscape canvas, header reading "Remote Work in 2026: By the Numbers" in bold grotesque sans-serif on a teal band. Body is a 2x3 grid of six equal stat tiles, each with a flat line icon above a large number and a short label: "72%" "of teams are hybrid"; "3.2 days" "average in-office per week"; "$11k" "saved per employee, per year"; "28%" "report better focus at home"; "1.4M" "new coworking desks added"; "56 min" "commute time reclaimed daily". White tiles on a light gray #EEF1F3 background, teal #178E8E accents, dark slate text #1D2733. Thin dividers between tiles. Footer: "Data: Global Workforce Survey 2026". Aspect ratio 3:2, 2K.Best for: six related metrics you want to show at equal weight.
4. Survey results infographic
Editorial data infographic, portrait canvas, title "What Developers Actually Use in 2026" in heavy sans-serif. Top section a horizontal bar chart titled "Primary language" with five bars and quoted end labels: "Python 41%", "JavaScript 33%", "Rust 12%", "Go 9%", "Other 5%". Middle section a donut chart titled "Work setup" split into "Remote 58%", "Hybrid 31%", "On-site 11%" with a legend. Bottom callout box reads "Sample: 8,400 respondents, 92 countries". Palette: indigo #4C51E0, mint #34C79A, amber #F2A93B on white, gridlines in pale gray. Legible axis labels and percentages. Aspect ratio 3:4, 2K.Why it works: quoting the exact percentages keeps the numbers under your control.
5. Geographic data map infographic
Data-visualization infographic, landscape canvas, title "EV Adoption Across Europe, 2026" in bold sans-serif. Center is a simplified flat map of Europe shaded in a choropleth from pale to deep green by adoption rate, with a legend reading "Low 5% — High 40%". Four call-out labels pinned to countries: "Norway 82%", "Netherlands 39%", "Germany 24%", "Spain 14%". Right sidebar lists "Top 3 fastest-growing markets" as a small ranked list. Palette: greens #DFF3E4 to #1B7A46, neutral gray landmass borders, charcoal text #22292E, white background. Footer: "Source: European EV Index 2026". Aspect ratio 3:2, 2K.Best for: region-by-region comparisons where a map beats a table.
Process and flow diagrams
Flow diagrams live or die on connectors and node labels. Name every box, spell out the arrows, and state the direction of flow so the model does not tangle the lines.
6. Left-to-right process flow diagram
Clean flat flowchart, landscape canvas, title at top "Customer Onboarding Flow" in bold sans-serif. Five rounded rectangular nodes connected left-to-right by solid arrows: "Sign up" -> "Verify email" -> "Complete profile" -> "Guided tutorial" -> "First value". One decision diamond branches off "Verify email" labeled "Valid?" with a "No" arrow looping back and a "Yes" arrow continuing. Nodes are white with a thin blue border; arrows are medium gray with clear arrowheads. Palette: blue #2F6FED, gray #6B7683, dark text #1B2430 on a light #F5F7FA background. Even spacing, aligned baseline. Aspect ratio 16:9, 2K.Why it works: spelling arrows as "A -> B" gives the model an explicit path to draw.
7. Swimlane workflow diagram
Professional swimlane diagram, landscape canvas, title "Content Publishing Workflow". Three horizontal lanes stacked and labeled on the left: "Writer", "Editor", "Publisher". Boxes flow left to right across lanes with arrows crossing between them: in Writer lane "Draft article" then "Submit for review"; in Editor lane "Review" then a diamond "Approved?" branching "No — return to writer" and "Yes"; in Publisher lane "Schedule" then "Publish". Each lane a subtly different pastel tint (blue, green, amber), boxes white with dark labels. Palette: muted blue #6C9BD6, sage #86B58A, sand #E4C57A, slate text #263238. Thin lane dividers, tidy arrows. Aspect ratio 16:9, 2K.Best for: processes that hand off between roles or teams.
8. Decision-tree flowchart
Minimal decision-tree flowchart, portrait canvas, title "Should You Refactor This Code?" in bold sans-serif. Start node "Found messy code" at top. First diamond "Do you need to change it soon?" with branches "No — leave it" (ends in a gray terminal) and "Yes" leading down. Second diamond "Is it covered by tests?" with "No — write tests first" and "Yes" branches. Third diamond "Will refactor take under a day?" with "No — plan it" and "Yes — refactor now" green terminal. Diamonds in soft yellow, action nodes in white, terminals as pills (green for go, gray for stop). Palette: yellow #F6C453, green #3FA45B, gray #9AA3AB, dark text #1E2530 on white. Clean vertical branching, labeled edges. Aspect ratio 3:4, 2K.Why it works: quoted branch labels ("No", "Yes") keep every edge legible.
9. Cloud architecture diagram
Technical cloud architecture diagram, landscape canvas, title "Web App on a Serverless Stack". Left to right: a "Users" icon connects to a "CDN / Edge" box, then an "API Gateway", which fans out to three "Lambda Functions" labeled "Auth", "Orders", "Search". Below, a shared "PostgreSQL (RDS)" cylinder and an "S3 Bucket" connect to the functions with dotted lines. A dashed rounded boundary around the middle labeled "AWS VPC". Simple monochrome-plus-accent icons, solid arrows for requests, dotted for data. Palette: slate #37474F boxes, orange #F0932B accents, light blue #EAF2FB background, white nodes, dark labels #212B36. Aligned grid, clear labels. Aspect ratio 16:9, 2K.Best for: engineering docs, README diagrams and system design slides.
10. Cycle / loop diagram
Circular cycle diagram, square canvas, title in the center "The Build-Measure-Learn Loop" in bold sans-serif. Four curved arrow segments form a ring, each with a labeled node: "Build" (blue), "Measure" (teal), "Learn" (green), "Iterate" (amber), with a short subtext under each — "Ship an MVP", "Track key metrics", "Read the signal", "Adjust and repeat". Arrows flow clockwise with clear arrowheads. Flat icons inside each node (hammer, gauge, lightbulb, refresh). Palette: blue #3B6FE0, teal #1AA7A0, green #46A758, amber #E9A020 on a clean off-white #FAFAF7 background, dark text #202832. Balanced, symmetrical composition. Aspect ratio 1:1, 2K.Why it works: "flow clockwise" plus four quoted nodes prevents a jumbled ring.
Comparison charts and tables
Tables are where legible small text matters most. Quote every cell, keep column headers explicit, and mark yes/no cells with words or symbols the model can render cleanly. For pixel-accurate numbers, see the note in the FAQ.
11. Three-column comparison table
Clean comparison table infographic, portrait canvas, title "Which Plan Is Right for You?" in bold sans-serif. A three-column table with a header row reading "Feature", "Starter", "Pro". Six feature rows down the left: "Projects", "Team seats", "Storage", "Priority support", "API access", "SSO". Cells filled with quoted values: Starter column "3 / 5 / 10GB / No / No / No"; Pro column "Unlimited / 25 / 1TB / Yes / Yes / Yes", rendered one value per row aligned to its feature. Header band in deep purple, alternating light gray row stripes, checkmarks for "Yes" and dashes for "No". Palette: purple #6A2CD1, light gray #F1EEF8, white cells, dark text #241C33. Crisp grid lines, legible small text. Aspect ratio 3:4, 2K.Best for: feature-by-feature plan or product comparisons.
12. Feature checkmark matrix
Product comparison matrix, landscape canvas, title "Tool A vs Tool B vs Tool C" in bold sans-serif. Header row with three product names "Nimbus", "Vertex", "Atlas" and a left column of five capabilities: "Real-time sync", "Offline mode", "End-to-end encryption", "Custom roles", "Audit logs". Fill each cell with a green filled circle for supported and a hollow gray circle for not supported, distributed realistically so no two products are identical. A small legend reads "Filled = included, Hollow = not included". Palette: green #2FA24F, gray #B7BEC5, header band charcoal #2B333B, white grid, dark text #1D242B. Even column widths, generous padding. Aspect ratio 3:2, 2K.Why it works: icons for yes/no render more reliably than tiny text in every cell.
13. Pros and cons split card
Balanced pros-and-cons infographic, landscape canvas, title "Freelancing vs Full-Time" in bold sans-serif. Two equal panels side by side. Left panel headed "Freelancing" in green with a plus icon, listing four bullets: "Flexible hours", "Choose your clients", "Uncapped income", "Location independent". Right panel headed "Full-Time" in blue with a bullseye icon, listing four bullets: "Steady paycheck", "Health benefits", "Team collaboration", "Clear career ladder". A thin vertical divider with a small "vs" badge in the middle. Palette: green #2E9E64, blue #3567D6, off-white cards, light background #F3F5F8, dark text #212932. Consistent bullet icons, aligned rows. Aspect ratio 3:2, 2K.Best for: two-sided comparisons and decision aids.
14. Pricing tier comparison
Pricing comparison infographic, landscape canvas, title "Simple, Honest Pricing" in bold sans-serif. Three vertical pricing cards side by side: "Basic" at "$9/mo", "Growth" at "$29/mo" with a "Most popular" ribbon, "Scale" at "$79/mo". Each card lists four quoted features beneath its price — Basic: "1 user", "5 projects", "Email support", "1GB storage"; Growth: "5 users", "Unlimited projects", "Chat support", "50GB storage"; Scale: "Unlimited users", "Unlimited projects", "Priority support", "1TB storage". A "Get started" button pill at the bottom of each card. Middle card slightly raised and accented. Palette: indigo #4338CA accent, white cards, light gray #EDEFF5 background, dark text #1F2433, green ribbon #16A34A. Aspect ratio 3:2, 2K.Why it works: the "Most popular" ribbon gives the model a clear focal card.
Timelines and roadmaps
Timelines need a clear spine and dated milestones. Fix the direction (horizontal or vertical), quote each date and label, and space the markers evenly.
15. Horizontal product timeline
Horizontal timeline infographic, landscape canvas, title "Our Journey So Far" in bold sans-serif. A single horizontal spine line across the middle with five evenly spaced circular milestone markers, alternating labels above and below the line. Markers read: "2022 — Founded in a garage", "2023 — First 1,000 users", "2024 — Series A funding", "2025 — Launched mobile app", "2026 — 1M users worldwide". Each marker has a small icon and a two-line caption. Palette: gradient spine from blue #3B82F6 to violet #7C3AED, white markers with colored rings, dark text #1E2633 on a light #F6F7FB background. Even spacing, legible dates. Aspect ratio 16:9, 2K.Best for: company history and product milestone recaps.
16. Quarterly roadmap board
Product roadmap infographic, landscape canvas, title "2026 Product Roadmap" in bold sans-serif. Four vertical columns headed "Q1", "Q2", "Q3", "Q4". Under each header, two or three feature cards with a small status tag: Q1 "Dark mode (Shipped)", "Team folders (Shipped)"; Q2 "Mobile app (In progress)", "API v2 (In progress)"; Q3 "Offline sync (Planned)", "Custom roles (Planned)"; Q4 "AI assistant (Planned)", "SSO (Planned)". Status tags color-coded: green "Shipped", amber "In progress", gray "Planned". Palette: header band teal #0E8F8F, white cards, light gray #EFF2F4 columns, dark text #1C262C. Aligned card grid, tidy tags. Aspect ratio 16:9, 2K.Why it works: quoted status tags let the model color-code consistently.
17. Vertical history milestone infographic
Vertical timeline infographic, portrait canvas, title "A Brief History of the Internet" in bold serif. A central vertical spine with six milestone nodes down the page, captions alternating left and right: "1969 — ARPANET goes live", "1983 — TCP/IP standardized", "1991 — The World Wide Web opens", "1998 — Google is founded", "2007 — The smartphone era begins", "2026 — The AI-native web". Each node a small circle with a year badge and a one-line description. Palette: deep teal spine #0B6E75, cream background #FBF7EE, terracotta accents #C15F3C, dark brown text #2C241E. Elegant serif dates, generous vertical rhythm. Aspect ratio 3:4, 2K.Best for: chronological stories that read top to bottom.
Presentation slides
For decks, lock the aspect ratio to 16:9 and treat each prompt as one finished slide. Name the title, the body layout, and any footer so the slide feels part of a real template.
18. Title slide with agenda
Professional presentation title slide, 16:9 canvas. Large title left-aligned reading "Q3 Business Review" in bold sans-serif, subtitle beneath "Growth, Retention and What's Next" in medium gray. Below the subtitle a compact "Agenda" list with four numbered items: "1. Performance highlights", "2. Revenue and churn", "3. Product roadmap", "4. Priorities for Q4". Bottom footer strip with "Acme Inc." on the left and "October 2026" on the right, plus a slim page number "01". A subtle geometric accent shape in the top-right corner. Palette: deep navy #12294D, electric blue accent #2F80ED, white background, slate text #2B3440. Clean corporate template feel. Aspect ratio 16:9, 2K.Best for: the opening slide of a business deck.
19. Data dashboard slide
Presentation dashboard slide, 16:9 canvas, header "Q3 Performance at a Glance" in bold sans-serif. Layout is four KPI cards along the top reading "Revenue $4.2M (+18%)", "New customers 1,240 (+9%)", "Churn 3.1% (-0.4%)", "NPS 62 (+5)". Below, two charts side by side: a line chart titled "Monthly revenue" trending upward with month labels "Jan" through "Sep", and a bar chart titled "Revenue by region" with bars "NA", "EU", "APAC", "LATAM". A thin left legend and clear axis labels. Palette: white background, blue #2563EB and green #10B981 data, gray #64748B gridlines, dark text #1E293B, one green up-arrow and one amber down-arrow for deltas. Aspect ratio 16:9, 2K.Why it works: KPI cards plus quoted deltas read as a real dashboard.
20. Big-number takeaway slide
Minimal takeaway presentation slide, 16:9 canvas. One enormous centered figure "3.5x" in extra-bold sans-serif, with a supporting line directly beneath reading "faster deployments after adopting CI/CD" in medium weight. A small eyebrow label above the number reads "THE HEADLINE". Bottom-right footer reads "Source: internal metrics, Q3 2026" in small gray text, with a slim page number "07". Lots of negative space, single accent color. Palette: charcoal #1A1F27 background, bright lime accent #C6F135 for the number, off-white supporting text #E8ECEF. Bold, confident, uncluttered. Aspect ratio 16:9, 2K.Best for: a punchy single-stat slide mid-deck.
21. Two-column diagram slide
Explanatory presentation slide, 16:9 canvas, title top-left "How Our Pipeline Works" in bold sans-serif. Left column (40% width) holds three bullet points: "Ingest raw events", "Transform and enrich", "Serve to dashboards". Right column (60% width) holds a simple flat diagram: three boxes "Kafka" -> "Spark" -> "Warehouse" connected by arrows, with a small database cylinder feeding the warehouse labeled "Snowflake". A thin footer with "Data Platform Team" and page number "12". Palette: white background, indigo #4F46E5 boxes and bullets, gray arrows #6B7280, dark text #111827. Aligned columns, balanced weight. Aspect ratio 16:9, 2K.Why it works: pairing bullets with a small diagram keeps the slide from feeling text-heavy.
Academic and scientific figures
Qwen Image 3.0 Pro renders math notation, subscripts, superscripts and Greek letters, which makes it genuinely useful for figures. Quote formulas and labels exactly, then proofread the symbols — a stray sign is the usual thing to fix.
22. Labeled scientific diagram
Clean textbook-style scientific diagram, landscape canvas, title "Structure of a Plant Cell" in bold serif. A large cross-section illustration of a plant cell in the center with thin leader lines to labeled parts around it: "Cell wall", "Cell membrane", "Nucleus", "Chloroplast", "Mitochondrion", "Vacuole", "Golgi apparatus", "Cytoplasm". Labels in a clean serif, leader lines thin and non-crossing. A small caption box reads "Figure 1. Not to scale." Palette: soft biology greens #6FB98F and #2E7D5B, pale yellow organelles, cream background #FBFAF3, dark text #23301F. Precise labeling, legible small type. Aspect ratio 3:2, 2K.Best for: biology, anatomy and other labeled illustrations.
23. Formula and equation figure
Academic figure, landscape canvas, title "Key Equations of Classical Mechanics" in elegant serif. Three boxed equations stacked vertically, each rendered in clean math typography with a label beneath: box one "F = ma" labeled "Newton's second law"; box two "E = mc^2" labeled "Mass-energy equivalence"; box three the quadratic formula "x = (-b +/- sqrt(b^2 - 4ac)) / 2a" labeled "Quadratic formula". Include correct subscripts, superscripts and the square-root symbol. Palette: white paper background, deep ink blue #1F3A93 equations, light gray boxes #EEF1F6, dark gray labels #333A44. Crisp, print-quality math notation, generous spacing. Aspect ratio 3:2, 2K.Why it works: quoting the full expression, superscripts and all, is what lets Qwen render real math.
24. Research poster layout
Academic research poster, portrait canvas, header band across the top reading "Effects of Sleep on Memory Consolidation" in bold serif, with a smaller author line "J. Rivera, A. Chen — Dept. of Neuroscience, 2026". Body is a three-column layout with labeled sections: left column "Introduction" and "Methods"; middle column a chart titled "Recall accuracy by sleep hours" (a bar chart with bars "4h", "6h", "8h") and a "Results" block; right column "Discussion" and "References". A small equation appears in Methods reading "d' = z(hit) - z(false alarm)". Palette: university navy #14274E header, white body, teal #2A9D8F accents, dark text #1B2430, thin section rules. Dense but legible academic layout. Aspect ratio 3:4, 2K.Best for: conference posters and dense one-page academic summaries.
For the photo-realistic end of the spectrum instead, see how to prompt Qwen Image for photorealism.
Frequently Asked Questions
Can Qwen Image really render legible small text?
Yes. Text rendering is Qwen Image 3.0 Pro's flagship strength — it holds legible small text down to about 10px across 12 languages and 20-plus fonts, including subscripts, superscripts, Greek letters and captions. Wrap the exact words in double quotes, name the font and weight, and state where each label goes. It handles dense editorial copy far better than most models, though very long headlines should still be kept tight.
How do I control the layout?
Describe the layout like a design brief: name the canvas and aspect ratio, then the panels, columns or grid, then what goes in each region. Say things like top banner, three equal columns, a footer strip, or a large left panel with a labeled diagram. Put the text and structure instructions early so the model plans the whole layout around them rather than filling space after the fact.
Can it include charts with correct numbers?
It renders charts with the exact numbers you quote — put every value, axis label and legend entry in double quotes in the prompt. The model draws the bars, lines or slices to roughly match, but it is not a plotting engine, so treat bar heights and slice angles as illustrative. For pixel-accurate charts, generate the frame and labels with Qwen and overlay a real chart, or fix any stray value with a follow-up edit.
What aspect ratio for a slide vs a tall infographic?
Use 16:9 (1536x864) for presentation slides and 3:2 for wide one-pagers. For a tall scrolling infographic use 9:16 or 3:4 so stacked sections have room. Square 1:1 (1024x1024) suits social-ready single-stat cards. Native resolution goes up to 2048x2048, so ask for 2K when you need small labels to stay crisp.
Can it render math and formulas?
Yes. Qwen Image 3.0 Pro renders math notation, subscripts, superscripts and Greek letters, which makes it well suited to academic and scientific figures. Quote the full expression exactly — for example the quadratic formula or a labeled free-body diagram — and name a clean serif or math-style font. Proofread the rendered symbols, since a stray sign or index is the most common thing to fix with a targeted edit.
How do I fix one wrong label after generating?
Use instruction-based editing (Qwen-Image-Edit). State what stays the same first, then the single change — for example, keep the composition, colors and all other labels, change only the middle column heading from one quoted phrase to another. Editing one region beats regenerating the whole image, which risks shuffling every other label you already got right.