induwara.lk
induwara.lkAI · Creative

AI Image Prompt Generator

Build copy-ready prompts for Midjourney, Stable Diffusion (SDXL), and DALL·E 3 — with the right --ar/--stylize syntax, weighted terms, and a separate negative-prompt block. No signup, runs in your browser.

By Induwara AshinsanaUpdated Jun 8, 2026
Build your image prompt
Runs in your browser · no signup

Comma-separated terms + double-dash parameters (--ar, --stylize, --no).

Describe what you want to see. Keep it concrete.0/300

Quick start
100

0–1000 · artistic strength

0

0–100 · result variety

Integer 0–4,294,967,295. Leave blank for a random seed.

Enter a subject to generate a prompt.

Syntax rules follow the official Midjourney, Stability AI (SDXL), and OpenAI DALL·E 3 docs — cited in full below this tool. No image is generated; this builds the text prompt only.

How it works

Good image prompts are not magic words — they are a structured list of descriptive terms assembled in the order each model weighs most. This generator assembles your selections deterministically (the same inputs always produce the same string) and then formats them for the specific model you pick. No image is generated and no data leaves your browser.

Term ordering (all models). The subject is placed first because all three official guides treat the opening of a prompt as the most weighted position. Remaining terms follow a fixed sequence:

Subject → Medium → Style → Art movement → Lighting → Composition → Mood / palette → Quality → Render engine

Midjourney. Descriptive terms are comma-separated, then parameters are appended last and space-separated: --ar W:H for aspect ratio, --stylize (clamped 0–1000), --chaos (clamped 0–100, omitted when zero), an optional --seed, the version flag --v 7, and exclusions as --no term1, term2. Every numeric value is clamped to the documented range before it is written, and the output is independently re-parsed to confirm each parameter sits inside its valid bounds.

Stable Diffusion (SDXL). Terms are comma-separated with no -- parameters. If you emphasise the subject, it is wrapped as (subject:1.3)using SDXL's documented weighting syntax (valid 0.1–2.0). The aspect ratio is reported as the nearest documented SDXL pixel dimension (for example 16:9 → 1344×768), and the negative prompt is emitted in its own block because SDXL takes it in a separate field.

DALL·E 3.OpenAI's guide states DALL·E 3 expects fluent natural language and ignores --flags and weight syntax, so the tool joins your selections into a sentence, expresses exclusions in prose (“without …”), and maps your ratio to one of the three supported sizes (1024×1024, 1792×1024, 1024×1792). Options that a model cannot use are hidden when that model is selected.

Worked examples

Midjourney — photographic landscape

  • Subject: ancient stone temple in misty jungle
  • Medium: Photo · Style: Photographic
  • Lighting: Golden hour · Shot: Wide angle
  • Mood: Atmospheric, Warm tones · Quality: Highly detailed, Sharp focus
  • Aspect: 16:9 · Stylize: 250 · Negatives: blurry, text, watermark

Output

ancient stone temple in misty jungle, photo, photographic, golden hour lighting, wide-angle shot, atmospheric, warm tones, highly detailed, sharp focus --ar 16:9 --stylize 250 --v 7 --no blurry, text, watermark

Stylize 250 is inside 0–1000, chaos 0 is omitted, and the negatives become --no terms.

DALL·E 3 — illustration portrait

  • Subject: a friendly robot teaching children in a classroom
  • Medium: Digital art · Style: Illustration
  • Lighting: Soft natural · Mood: Cheerful, Colorful · Quality: Highly detailed
  • Aspect: 3:4 (portrait) · Negatives: text, logos

Output

A friendly robot teaching children in a classroom, in digital art and illustration style, with soft natural lighting, evoking a cheerful, colorful mood, highly detailed, without text or logos. (Recommended size: 1024×1792.)

No --flags or weights; negatives are written in prose; size maps to a supported 1024×1792.

Stable Diffusion (SDXL) — emphasised subject

  • Subject: cyberpunk street market at night (emphasised)
  • Style: Cinematic · Lighting: Neon · Quality: Highly detailed, 8k
  • Aspect: 16:9 · Negatives: blurry, low quality, deformed

Output

(cyberpunk street market at night:1.3), cinematic, neon lighting, highly detailed, 8k

Negative prompt

blurry, low quality, deformed

Subject weight 1.3 is inside 0.1–2.0; 16:9 maps to the documented SDXL size 1344 × 768.

Frequently asked questions

Sources & references

The syntax rules, parameter ranges, and supported sizes on this page were last cross-checked against the official documentation above on 2026-06-08. They are reviewed whenever a model ships a new default version or changes its parameter set.

Related tools

Rate this tool
Be the first to rate

Comments & feedback

Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.

Found a bug, edge case, or want a model added?

Email me at [email protected] — most fixes ship within 24 hours.