StyledCLIPTextEncode is a node that enables you to build your prompts(both postive and negative) based on the selected style. It provides up-to 77 styles currently and has been tested on SDXL and SD1.5 checkpoints. It's ported from project a/Style Selector for SDXL 1.0, which is only availabe on WebUI.
StyledCLIPTextEncode is a node that enables you to build your prompts(both postive and negative) based on the selected style. It provides up-to 77 styles currently and has been tested on SDXL and SD1.5 checkpoints. It's ported from project Style Selector for SDXL 1.0, which is only availabe on WebUI.
To install and use the SDXL Prompt Styler nodes, follow these steps:
ComfyUI/custom_nodes/
directory.git clone https://github.com/microbote/ComfyUI-StyledCLIPTextEncode.git
This command clones the SDXL Prompt Styler repository into your ComfyUI/custom_nodes/
directory. You should now be able to access and use the nodes from this repository.
"clip": ("CLIP",),
"positive_prompt": ("STRING", {"default": "", "multiline": True, "dynamicPrompts": True}),
"negative_prompt": ("STRING", {"default": "", "multiline": True, "dynamicPrompts": True}),
"select_style": (cls.getStyleList(),)