Movie_Poster Styler
50 film-poster presets from film noir to space opera
- text_positive
- text_negative
Designing a fake movie poster and sick of typing "epic blockbuster poster, dramatic lighting, title treatment" every time? Movie_PosterStyler puts 50 film-poster presets on one dropdown: Film Noir, Sci-Fi Space Odyssey, Spy Espionage, Western Outlaws, Horror Supernatural, Romantic Comedy, Minimalist Design, Vintage Retro. Type your subject, pick a genre, and the node writes the poster-style prompt and a matching negative. It's one of the per-theme stylers in aegis72/comfyui-styles-all, the pack that preserved azazeal04's removed SDXL Prompt Styler styles.
What it actually is
Prompt styler, pure and simple. Each Movie_Poster option is a JSON template with a {prompt} placeholder plus a negative prompt; the node substitutes your subject in and appends the style's negative to yours. Text in, two strings out - nothing generative inside the node.
The menu is genre-organized rather than mood-organized, which is the useful part. Action Adventure, Comedic Parody, Crime Thriller, Documentary Realism, Epic Historical, Post-Apocalyptic, Superhero Origins, War Epic - you pick the film genre you're pastiching and the style frames your subject like a one-sheet for it. Great for consistent "poster wall" batches: run the same character through a half-dozen genres and compare.
The inputs that matter
text_positive- your subject; the poster genre wraps around it.Movie_Poster- the 50-option dropdown;Nonepasses through.log_prompt- on by default; prints before/after to the console.
Outputs: text_positive (styled) and text_negative (your negative plus the style's, comma-joined). Both STRING - straight into CLIPTextEncode.
Installing it
ComfyUI Manager (search ComfyUI-styles-all), or:
cd ComfyUI/custom_nodes
git clone https://github.com/aegis72/comfyui-styles-all
Then restart ComfyUI. No requirements.txt, no models.
Where people get burned
- Negative stacking. Every preset ships its own negative; keep yours short or the combined string bloats.
- Restart after edits. The dropdown loads from
data/Movie_Poster/Movie_Poster.jsonat startup. - SDXL-era keywords. Strong on SDXL-lineage checkpoints, weak on Flux and LLM-encoded models - the pack's usual caveat.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text_positive | STRING | — | |
| text_negative | STRING | — | |
| Movie_Poster | COMBO | 50 options: None, Action Adventure, Action Packed, Animated Adventure, Animated Delight, Classic Black & White, +44 | |
| log_prompt | BOOLEAN | true | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text_positive | STRING | — |
| text_negative | STRING | — |