# Tool: Generate Prompt for Midjourney Realistic Portraits

> The BOPINK Midjourney Realistic Portrait Engine converts basic subject ideas into photorealistic portrait prompts tailored for Midjourney v6 and FLUX.1 Pro. Designed for photographers, digital artists, and creative directors, this generator structures camera lens configurations (85mm f/1.4, 50mm f/1.2), precise studio light setups (Rembrandt key lighting, rim lights, softbox diffusers), skin pores texture fidelity, catchlight iris reflections, and parameter flags (--ar 4:5, --style raw, --v 6.0) to eliminate artificial waxy skin effects.

**Category**: prompts-ai-image | **Target AI Models**: Midjourney v6, FLUX.1 Pro

## Domain Parameters:
- `lensFocal` (select): Lens Focal Length (Default: "85mm f/1.4")
- `lightingMode` (select): Lighting Setup (Default: "Rembrandt Studio")
- `aspectRatio` (select): Aspect Ratio (--ar) (Default: "4:5")
- `skinFidelity` (toggle): Micro Skin Texture & Pore Detail (Default: "true")
- `styleRaw` (toggle): Midjourney Raw Style (--style raw) (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": "generate-prompt-for-midjourney-realistic-portraits",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
