ComfyUI Node
Fat Mex Prompt Batch
Encode multiple prompts at once for batch generation. Enter one prompt per line. Optionally add a prefix/suffix to all prompts.
Fat Mex Prompt Batch
- clip
- positive_batch
- negative
- count
- prompt_list
◄promptsa beautiful woman in a red dress, professional photo
a woman in casual wear at a cafe, natural lighting
a woman at the beach, golden hour photography►
◄negative_prompt►
◄prefix►
◄suffix►
CategoryFat Mex
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model for encoding prompts. | |
| prompts | STRING | a beautiful woman in a red dress, professional photo a woman in casual wear at a cafe, natural lighting a woman at the beach, golden hour photography | One prompt per line. Each line generates a separate image. |
| negative_prompt | STRING | Negative prompt applied to ALL images in the batch. | |
| prefixopt | STRING | Text prepended to every prompt. | |
| suffixopt | STRING | Text appended to every prompt. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| positive_batch | CONDITIONING | List of encoded positive conditionings (one per prompt line). |
| negative | CONDITIONING | Single encoded negative conditioning (shared). |
| count | INT | Number of prompts in the batch. |
| prompt_list | STRING | List of the raw prompt strings. |