Movie_Poster Styler (Advanced)
50 poster genres with a G/L encoder split
- text_positive_g
- text_positive_l
- text_positive
- text_negative_g
- text_negative_l
- text_negative
The Movie_Poster Styler's 50 genres - Film Noir, Sci-Fi Alien Invasion, Romantic Fantasy - but in the Advanced flavor: two positive boxes, six outputs, and a negative_prompt_to dropdown. Movie_PosterStylerAdvanced from aegis72/comfyui-styles-all targets SDXL workflows that want a global prompt for the OpenCLIP-G encoder and a local prompt for CLIP-L.
The inputs
text_positive_g/text_positive_l- your two positive boxes.text_negative- your negative; the style's is appended.Movie_Poster- the 50-option dropdown.negative_prompt_to-Both(default),G only, orL only.log_prompt- on by default; prints the before/after to the console.
Outputs: text_positive_g, text_positive_l, text_positive (combined), text_negative_g, text_negative_l, text_negative.
The catch with these templates
Same pattern as the pack's other Advanced nodes, confirmed by running the code. The poster templates are single-part wrappers - no . separator - so the G/L machinery has nothing to split. And the two positive boxes trade places: your text_positive_l gets styled and exits as text_positive_g, while text_positive_g passes through unstyled to text_positive_l.
Path of least resistance:
- Type your subject into
text_positive_land take the combinedtext_positiveoutput intoCLIPTextEncode(orCLIPTextEncodeSDXLon SDXL). - If you just want one box and one dropdown, the plain Movie_Poster Styler is the less confusing choice.
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 dependencies, no models.
Where people get burned
- The G/L swap - a styled output with the subject missing is the tell.
- Restart after editing
data/Movie_Poster/Movie_Poster.jsonfor new options. - SDXL-era keywords - weak on Flux and LLM-encoded models, like the rest of the pack.
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| text_positive_g | STRING | — | |
| text_positive_l | STRING | — | |
| text_negative | STRING | — | |
| Movie_Poster | COMBO | 50 options: None, Action Adventure, Action Packed, Animated Adventure, Animated Delight, Classic Black & White, +44 | |
| negative_prompt_to | COMBO | Both | 3 options: Both, G only, L only |
| log_prompt | BOOLEAN | true | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| text_positive_g | STRING | — |
| text_positive_l | STRING | — |
| text_positive | STRING | — |
| text_negative_g | STRING | — |
| text_negative_l | STRING | — |
| text_negative | STRING | — |