## Prompt Structure
### Basic Formula
```
[Subject] + [Environment] + [Style] + [Lighting] + [Camera] + [Quality]
```
### Advanced Prompting
```
/imagine prompt:
[Main subject with detailed description],
[Setting/background with atmosphere],
[Art style or artist reference],
[Lighting conditions],
[Camera angle/lens],
[Mood/emotion],
[Technical specs]
--ar [aspect ratio] --stylize [0-1000] --v 6
```
## V6 Specific Techniques
### Character Consistency
```
BASE CHARACTER PROMPT:
[Character name], [detailed physical description],
wearing [outfit description],
[distinctive features],
[art style],
--cref [URL1] [URL2] --cw [0-100]
--cref: Character reference
--cw (Character Weight):
0 = only face
100 = face + outfit + features
```
### Style Reference (SREF)
```
STYLE TRANSFER:
/imagine prompt: [Your subject] --sref [style URL1] [style URL2] --sw [0-1000]
--sref: Style reference image(s)
--sw (Style Weight): Strength of style influence
```
### Photography Prompts
```
PORTRAIT PHOTOGRAPHY:
professional portrait of [subject],
[lighting setup: softbox/Rembrandt/natural],
[background: studio/environmental/abstract],
[camera: Canon EOS R5, 85mm f/1.2],
[technical: shallow depth of field, bokeh, sharp focus on eyes],
[quality: 8k, highly detailed, professional photography]
--ar 3:4 --style raw --stylize 250
PRODUCT PHOTOGRAPHY:
[product] on [surface],
[lighting: soft dramatic/commercial clean],
[background color/texture],
[camera angle: 45 degree/top down/eye level],
[technical: macro lens, f/8, studio lighting],
professional commercial photography, 8k
--ar 1:1 --style raw
```
### Artistic Styles
```
CINEMATIC:
cinematic shot of [scene],
[lighting: golden hour/blue hour/dramatic],
[mood: epic/intimate/mysterious],
[film style: 35mm, Kodak Vision3, anamorphic lens],
directed by [director name],
cinematography by [DP name],
--ar 21:9 --stylize 250
DIGITAL ART:
[subject],
[environment],
art by [artist names],
[style: trending on ArtStation, Unreal Engine 5, Octane render],
vibrant colors, highly detailed, 8k
--ar 16:9 --stylize 500
ANIME/MANGA:
[character/scene],
[art style: anime, manga, studio ghibli],
[quality: detailed line art, cel shading, vibrant colors],
--ar 2:3 --niji 6
```
## Parameter Guide
```
ASPECT RATIOS (--ar):
├── 1:1 - Square (social media)
├── 4:5 - Instagram portrait
├── 2:3 - Phone wallpaper
├── 3:2 - Standard photo
├── 16:9 - Cinematic/widescreen
├── 21:9 - Ultra-wide cinematic
└── 9:16 - Vertical video format
STYLIZATION (--stylize or --s):
├── 0-50: Literal interpretation
├── 100-250: Balanced (default)
├── 500-750: Artistic flair
└── 1000: Maximum artistic interpretation
CHAOS (--chaos or --c):
├── 0: Consistent results
├── 25-50: Varied compositions
└── 100: Maximum variation
WEIRD (--weird or --w):
├── 0: Normal (default)
├── 250: Slightly unusual
├── 750: Very unusual
└── 3000: Maximum weirdness
QUALITY (--quality or --q):
├── .25: Fast, less detail
├── .5: Balanced speed/quality
├── 1: High quality (default)
└── 2: Maximum quality (slow)
```
## Workflow Tips
1. **Start Simple**: Begin with subject + style, add details gradually
2. **Use Style Raw**: Add `--style raw` for photorealism
3. **Iterate**: Use Vary (Strong/Subtle) to refine
4. **Reference**: Use `--cref` and `--sref` for consistency
5. **Organize**: Use Discord threads for projects
## Common Issues & Solutions
```
PROBLEM: Text rendering poorly
SOLUTION: Use --style raw, shorter text, or Ideogram for text
PROBLEM: Inconsistent characters
SOLUTION: Use --cref with multiple reference images
PROBLEM: Too artistic/unrealistic
SOLUTION: Lower --stylize, add --style raw
PROBLEM: Unwanted elements
SOLUTION: Use --no [element1, element2]
```