# Tool: Find Prompt for Leonardo AI Character Consistency

> Build consistent character turnaround sheets with the BOPINK Character Consistency Studio. Created for indie game developers, animators, and comic artists, this tool generates prompt instructions for Leonardo AI and Midjourney v6. It constructs front, 3/4, and back view turnaround grids with identical face geometry, costume detail, weapon props, and clean background separation for 3D modeling and animation pipelines.

**Category**: prompts-ai-image | **Target AI Models**: Leonardo AI, Midjourney v6

## Domain Parameters:
- `sheetType` (select): View Sheet Layout (Default: "3-Angle Turnaround")
- `artStyle` (select): Character Art Direction (Default: "Steampunk")
- `cleanBackground` (toggle): Isolate on Solid White Backdrop (Default: "true")
- `includeProps` (toggle): Detailed Props & Costume Callouts (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "find-prompt-for-leonardo-ai-character-consistency",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
