ComfyUI Node
Batch Prompts
A ComfyUI node in π«Ά ComfyAssets/π Text with 7 inputs and 7 outputs.
Batch Prompts
- positive
- negative
- full_prompt
- next_prompt
- current_index
- total_prompts
- batch_info
βprompt_fileprompts.txtβΊ
βindex0βΊ
βauto_incrementtrueβΊ
βwrap_aroundtrueβΊ
βsplit_negativetrueβΊ
βreload_filefalseβΊ
βshow_previewtrueβΊ
Categoryπ«Ά ComfyAssets/π Text
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_file | STRING | prompts.txt | Path to text file containing prompts separated by '---' |
| index | INT | 00β9999 | Current prompt index (0-based) |
| auto_increment | BOOLEAN | true | Automatically increment index after each execution |
| wrap_around | BOOLEAN | true | Wrap to first prompt after reaching the end |
| split_negative | BOOLEAN | true | Split prompts into positive/negative at 'Negative:' marker |
| reload_fileopt | BOOLEAN | false | Force reload file from disk |
| show_previewopt | BOOLEAN | true | Show prompt preview in console |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| positive | STRING | β |
| negative | STRING | β |
| full_prompt | STRING | β |
| next_prompt | STRING | β |
| current_index | INT | β |
| total_prompts | INT | β |
| batch_info | STRING | β |