# Regional Prompter + ADetailer

## What is a Regional Prompter?

Regional Prompter is an advanced tool that allows creators precise control over their images by dividing a canvas into multiple areas called "regions." Each region receives its own unique prompt, enabling users to define exactly what content appears in each section.

Common uses:

* Clearly detailing multiple characters without overlapping attributes.
* Creating complex, dynamic scenes.

## What is BREAK?

In Regional Prompter, BREAK is an advanced command for Stable Diffusion used to switch prompts between regions. On Moescape UI, BREAK is automatically added, so manual entry isn't required.

* **Figure 1a:** Shows two equal column regions, illustrating no need to manually enter BREAK.

<figure><img src="/files/p6JV0TPIZpSheTdaVzZr" alt=""><figcaption><p><strong>Figure 1a:</strong> Shows two equal column regions, illustrating no need to manually enter BREAK.</p></figcaption></figure>

* **Figure 1b:** After selecting “Continue (2 regions),” prompts appear separated by BREAK (Common Prompt, 1st Region Prompt, 2nd Region Prompt).

<figure><img src="/files/WTPa71IXwLo21oZei8Rh" alt=""><figcaption><p><strong>Figure 1b:</strong> After selecting “Continue (2 regions),” prompts appear separated by BREAK (Common Prompt, 1st Region Prompt, 2nd Region Prompt).</p></figcaption></figure>

Outside Regional Prompter, BREAK performs an advanced function related to tokens and chunks, suitable only for experienced users.

## What is Adetailer?

ADetailer is a Stable Diffusion UI extension designed to detect, mask, and inpaint details automatically. It act like targeted enhancement tools, commonly used for improving faces, hands, and eyes, with additional models available for other anatomical details.

Regional Prompter can be effectively combined with ADetailer, especially when dealing with multiple faces in an image.

## Common Prompt VS Base Prompt

Two primary ways to define prompts are Common and Base:

**Common Prompts:** Apply a uniform prompt across all regions, streamlining creation and minimizing redundancy.

* For example, instead of repeatedly specifying "a man and woman," like:

`a man and woman, a man with black hair BREAK a man and woman, a woman with green hair`

* You can simplify it like:

`a man and woman BREAK a man with black hair BREAK a woman with green hair`

**Base Prompts:** Similar to Common prompts but allow adjustment using a base ratio. This offers control over how prompts influence the overall image, enabling different weights in specific areas.

Choosing between Common and Base prompts is essential. Typically, Base prompts are best for specific number of characters (like couples). While both can be enabled, complexity can quickly increase.

## Example

<figure><img src="/files/MN84KTE7JdYSieMU6Uqc" alt=""><figcaption></figcaption></figure>

**Model:** Nova Orange XL

**ADetailer:** Toggled ON

**Regional Prompter Settings:**

* **Layout Preset:** 3 Equal Columns
* **Divide Ratio:** 1,1,1
* **Split Mode:** Columns

**Common Prompt:**

masterpiece, three girls, best quality

**Negative Prompt:** (*default negative prompts used)*

**Prompt 1:**

`a girl, focus face, ((multi-colored hair, rainbow hair)), long hair, smiling, cap, open mouth, white shirt, painting apron, hold paintbrush, blue eyes, pink eye, closed one eye, heterochronia, standing`

**Prompt 2:**

`a girl with short bobcut hairstyle, disconnected straight tips, short blunt bangs, high side hair bun, light green short hair, orange eyes, vibrant playful look, orange star jacket, long sleeves, full body`

**Prompt 3:**

`an angel with gold halo, blue eyes, midnight blue hair, two angelic wings`

**Settings:** (*default settings used)*

* **Sampling Method:** Euler Ancestral
* **Steps:** 25
* **Scale:** 6.5

**Canvas Size:** Panorama (1216 X 832)

**Hires.fix Settings:** (*default settings used)*

* **Upscale By:** 2
* **Hires Steps:** 10
* **Denoise Strength:** 0.2
* **Upscaler:** R-ESRGAN 4x Anime6B


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moescape.ai/image-and-video-generation-guide/regional-prompter-+-adetailer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
