Controlling composition with Regional Prompter
Regional Prompter is an Automatic1111 extension that lets you point different prompts at different parts of the canvas — a knight on the left, a dragon on the right, a sunset sky above a city below. Instead of fighting a single prompt that blends everything together, you define regions and give each one its own description. This tool generates the exact split mode, divide ratio, and a BREAK-separated prompt template for the layout you choose.
How it works
You pick the number of regions and a layout. The tool maps that to Regional
Prompter’s settings: the split mode (Columns, Rows, or Matrix), the
Divide Ratio string that proportions the regions, and a prompt template
where each block separated by BREAK corresponds to one region in reading
order. For matrix layouts it uses the ; row separator and , column separator
syntax the extension expects, so the ratio is always valid.
Tips for reliable regions
- Use a Base prompt for shared style. Put global lighting, medium, and color grade in Base; keep per-region blocks about subjects only.
- Keep region blocks distinct. Overlapping descriptions bleed between regions — make each subject clearly different.
- Match block order to layout. Columns read left-to-right, rows top-to-bottom, matrix row-by-row. The template already orders them correctly.
- Adjust the ratio for emphasis. Change a
1,1to1,2to give one region more canvas when a subject needs more room.