ComfyUI Node
⭐ Star Prompt Picker
A ComfyUI node in ⭐StarNodes/Text And Data with 8 inputs and 4 outputs.
⭐ Star Prompt Picker
- prompt
- current_index
- total_prompts
- remaining_prompts
◄pick_sourcePick From File►
◄file_path►
◄folder_path►
◄modeOne By One►
◄start_index0►
◄reset_progressfalse►
◄include_subfoldersfalse►
◄seed0►
Category⭐StarNodes/Text And Data
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| pick_source | COMBO | Pick From File | Choose where to pick prompts from. File: one prompt per line. Folder: one .txt file per prompt. |
| file_path | STRING | Path to a .txt file where each line is one prompt (empty lines are ignored). Used when Pick From File is selected. | |
| folder_path | STRING | Path to a folder containing .txt files. Each file is treated as a single prompt (full file text). Used when Pick From Folder is selected. | |
| mode | COMBO | One By One | Random: pick a random prompt each run. One By One: iterate prompts sequentially and save progress. |
| start_index | INT | 00–1000000000 | Starting index for One By One mode (used when no saved progress exists, or when reset_progress is enabled). |
| reset_progressopt | BOOLEAN | false | If enabled, resets saved progress and starts at start_index. |
| include_subfoldersopt | BOOLEAN | false | Only for Pick From Folder: include .txt files in subfolders. |
| seedopt | INT | 00–18446744073709550000 | Optional seed for Random mode. 0 = use a new random seed each run. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| current_index | INT | — |
| total_prompts | INT | — |
| remaining_prompts | INT | — |