ComfyUI Node
Prompt Stack Manager
Manages a stack of prompts from a multiline text box and outputs the current and previous prompts. The node cycles through the prompts based on the frame count derived from the seed input.
Prompt Stack Manager
- current_prompt
- previous_prompt
- current_frame
◄prompt_stackPrompt 1
Prompt 2
Prompt 3►
◄frames_per_prompt1►
◄seed0►
CategoryPrompt Management
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_stack | STRING | Prompt 1 Prompt 2 Prompt 3 | — |
| frames_per_prompt | INT | 11–1000 | — |
| seed | INT | 00–1000000 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| current_prompt | STRING | — |
| previous_prompt | STRING | — |
| current_frame | INT | — |