ComfyUI Node
Prompt Phase Splitter (Arctenox's Essentials)
Splits prompt conditioning into temporal phases for progressive refinement. Supports wildcards and internal seed control.
Prompt Phase Splitter (Arctenox's Essentials)
- base_positive
- base_negative
- clip
- positive
- negative
- phase_info
- resolved_wildcards
◄enable_compositionenabled►
◄composition_promptmasterpiece, best quality, composition, framing, rule of thirds►
◄composition_weight1.0►
◄composition_end_percent0.30►
◄enable_detailenabled►
◄detail_promptintricate details, fine details, sharp focus, high detail►
◄detail_weight1.0►
◄detail_start_percent0.25►
◄detail_end_percent0.65►
◄enable_textureenabled►
◄texture_promptsmooth textures, refined surface, polished finish►
◄texture_weight1.0►
◄texture_start_percent0.60►
◄enable_characterdisabled►
◄character_prompt1girl, detailed face, expressive eyes, natural pose►
◄character_weight1.2►
◄character_start_percent0.00►
◄character_end_percent1.00►
◄blend_modeconcat►
◄wildcard_prompt►
◄wildcard_seed0►
CategoryArctenox Essentials/Sampling
Inputs (24)
| Name | Type | Default | Description |
|---|---|---|---|
| base_positive | CONDITIONING | — | |
| base_negative | CONDITIONING | — | |
| enable_composition | COMBO | enabled | Enable composition phase |
| composition_prompt | STRING | masterpiece, best quality, composition, framing, rule of thirds | Applied in early sampling (composition structure). Supports wildcards. |
| composition_weight | FLOAT | 1.00–3 | Strength of composition phase |
| composition_end_percent | FLOAT | 0.300–1 | When to end composition phase (0.3 = 30% of steps) |
| enable_detail | COMBO | enabled | Enable detail phase |
| detail_prompt | STRING | intricate details, fine details, sharp focus, high detail | Applied in middle sampling (detail refinement). Supports wildcards. |
| detail_weight | FLOAT | 1.00–3 | Strength of detail phase |
| detail_start_percent | FLOAT | 0.250–1 | When to start detail phase |
| detail_end_percent | FLOAT | 0.650–1 | When to end detail phase |
| enable_texture | COMBO | enabled | Enable texture phase |
| texture_prompt | STRING | smooth textures, refined surface, polished finish | Applied in late sampling (texture refinement). Supports wildcards. |
| texture_weight | FLOAT | 1.00–3 | Strength of texture phase |
| texture_start_percent | FLOAT | 0.600–1 | When to start texture phase |
| enable_character | COMBO | disabled | Enable character/subject focus phase |
| character_prompt | STRING | 1girl, detailed face, expressive eyes, natural pose | Character/subject focus (applied when enabled). Supports wildcards. |
| character_weight | FLOAT | 1.20–3 | Strength of character phase |
| character_start_percent | FLOAT | 0.000–1 | When to start character phase |
| character_end_percent | FLOAT | 1.000–1 | When to end character phase |
| blend_mode | COMBO | concat | concat (join prompts), append (separate entries), add (strengthen), subtract (weaken) |
| wildcard_prompt | STRING | Standalone wildcard prompt. Appended to composition or base. | |
| wildcard_seed | INT | 0-1–18446744073709550000 | Seed for wildcards. -1 = Randomize every run. 0+ = Fixed. |
| clipopt | CLIP | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | — |
| negative | CONDITIONING | — |
| phase_info | STRING | — |
| resolved_wildcards | STRING | — |