Visit ComfyUI Online for ready-to-use ComfyUI environment
SDXL Prompt Styler (customized version by wolfden) offers custom nodes that enhance prompt styling capabilities, building on the original SDXL Prompt Styler by twri.
ComfyUi_PromptStylers is an extension designed to enhance your AI-generated art by styling prompts based on predefined templates. This extension is particularly useful for AI artists who want to add a specific flair or style to their prompts without manually crafting each one. By using templates stored in JSON files, ComfyUi_PromptStylers can automatically replace placeholders in your prompts with your provided text, making it easier to generate consistent and high-quality outputs.
At its core, ComfyUi_PromptStylers uses templates to style your prompts. Think of a template as a recipe that tells the extension how to format your text. Each template has a placeholder {prompt}
that gets replaced with your provided positive text. Additionally, the extension can handle negative prompts, which are used to specify what you don't want in your generated art. If you provide negative text, it will be combined with the negative prompt from the template. If you don't, the template's default negative prompt will be used.
For example, if you have a template that says "breathtaking {prompt}
. award-winning, professional, highly detailed" and you provide the positive text "a futuristic pop-up tent in a forest," the extension will generate the styled prompt: "breathtaking a futuristic pop-up tent in a forest . award-winning, professional, highly detailed."
{prompt}
placeholder in your template with your provided text.ComfyUi_PromptStylers includes different models to suit various needs:
{prompt}
placeholder.[
{
"name": "base",
"prompt": "{prompt}",
"negative_prompt": ""
},
{
"name": "enhance",
"prompt": "breathtaking {prompt} . award-winning, professional, highly detailed",
"negative_prompt": "ugly, deformed, noisy, blurry, distorted, grainy"
}
]
{prompt}
placeholder is correctly used in your template.For additional resources, tutorials, and community support, consider the following:
© Copyright 2024 RunComfy. All Rights Reserved.
RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.