Nodes/Zerna Pack/CLIP Dynamic Prompt Encoder (Zerna Pack)
ComfyUI Node

CLIP Dynamic Prompt Encoder (Zerna Pack)

Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.

By RaymondProduction·Created about a year ago·Updated about a year ago· 0
CLIP Dynamic Prompt Encoder (Zerna Pack)
  • clip
  • positive
  • negative
text
prompt_file
CategoryZernaPack/PromptGnerators

Inputs (3)

NameTypeDefaultDescription
textSTRINGThe text to be encoded.
clipCLIPThe CLIP model used for encoding the text.
prompt_fileCOMBO3 options: flux_styles_prompts.txt, sdxl_art_styles.txt, animals.txt

Outputs (2)

NameTypeDescription
positiveCONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.
negativeCONDITIONING