Nodes/ComfyUI-FatMex-Nodes/Fat Mex Prompt Batch
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.

By FatMex·Created 6 months ago·Updated 6 months ago· 3
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)

NameTypeDefaultDescription
clipCLIPThe CLIP model for encoding prompts.
promptsSTRINGa 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 photographyOne prompt per line. Each line generates a separate image.
negative_promptSTRINGNegative prompt applied to ALL images in the batch.
prefixoptSTRINGText prepended to every prompt.
suffixoptSTRINGText appended to every prompt.

Outputs (4)

NameTypeDescription
positive_batchCONDITIONINGList of encoded positive conditionings (one per prompt line).
negativeCONDITIONINGSingle encoded negative conditioning (shared).
countINTNumber of prompts in the batch.
prompt_listSTRINGList of the raw prompt strings.