ComfyUI Node

Prompt Style Encoder

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

By Isi-dev·Created 2 years ago·Updated 10 months ago· 33
Prompt Style Encoder
  • clip
  • +VE
  • -VE
positive_prompt
negative_prompt
style
Categoryconditioning

Inputs (4)

NameTypeDefaultDescription
positive_promptSTRINGThe text to be encoded.
negative_promptSTRINGThe text to be encoded.
styleCOMBO203 options: none, anime1, anime2, beauArt, black Line art, comic1, +197
clipCLIPThe CLIP model used for encoding the text.

Outputs (2)

NameTypeDescription
+VECONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.
-VECONDITIONING