You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.5 KiB
2.5 KiB
Art Style Format Example
Below is the standard format for art_style.md.
Art Style: Cinematic Realism
Style Description:
Warm film tones, primarily natural lighting, 35mm film grain texture.
Referenced from the visual language of Into the Wild and Nomadland.
Widescreen ratio, anamorphic lens oval bokeh and soft edges.
Keywords: cinematic, film grain, natural lighting, warm amber tones, 35mm film, anamorphic
Palette: warm yellow, amber, deep brown, golden hour gold
Lighting: natural light, golden hour, backlit silhouette, Tyndall effect
Recommended Model: Midjourney V7 (best for cinematic texture) / Kling (character realism)
Reference:
- style_cache/cinematic/01_highway.png
- style_cache/cinematic/02_bar.png
- style_cache/cinematic/03_canyon.png
- style_cache/cinematic/04_starry.png
Style JSON:
{
"visual_style_analysis": {
"color_palette": ["#D4A574", "#8B6914", "#2C1810", "#E8C98E", "#4A3728"],
"color_mood": "warm amber and golden tones with deep brown shadows",
"lighting_and_shadows": "natural golden hour lighting, strong rim light, Tyndall effect, soft diffused shadows",
"texture": "35mm film grain, slight lens aberration, organic noise",
"composition_style": "wide anamorphic framing, rule of thirds, deep depth of field for landscapes",
"line_style": "soft organic edges, no hard outlines, photographic realism",
"art_style_keywords": ["cinematic", "film grain", "golden hour", "anamorphic", "warm amber", "natural lighting", "35mm film", "photorealistic"]
}
}
Format Notes
- First line format:
Art Style:+ style name Style Description:2-4 sentences describing the visual language, may reference films/worksKeywords:comma-separated English keywords, used for subsequent image generation promptsPalette:list main color tendenciesLighting:list lighting and shadow characteristicsRecommended Model:recommend the most suitable model based on style, with brief rationaleReference:list selected reference image paths (relative to project directory), one per line, starting with-. Built-in presets are auto-cached tostyle_cache/{style}/{filename}.pngby the script; custom styles may point to local files understyle_references/Style JSON:structured style data returned byread_mediaanalysis of reference images (JSON format), injected into prompts for character and prop image generation- Content indented 2 spaces for visual alignment