Type | Other |
Stats | 555 |
Reviews | (53) |
Published | Aug 1, 2023 |
Base Model | |
Hash | AutoV2 7BAA5BB24D |
A port of the SD Dynamic Prompts Auto1111 extension to ComfyUI. Includes the most of the original functionality, including:
Templating language for prompts
Variant syntax
A {red|green|blue} ball
Weights - e.g.
{0.5::summer|0.1::autumn|0.3::winter|0.1::spring}
Select multiple values
My favourite ice-cream flavours are {2$$chocolate|vanilla|strawberry}
will produce My favourite ice-cream flavours are chocolate,strawberryCustom separators
My favourite ice-cream flavours are {2$$ and $$chocolate|vanilla|strawberry}
will produce My favourite ice-cream flavours are chocolate and strawberryRanges
My favourite ice-cream flavours are {1-2$$chocolate|vanilla|strawberry}
Wildcards
Nested directory hierarchies e.g
__color/warm__
Globbing for matching multiple files, e.g .
__color*__
txt/yaml/json file formats
Combinatorial mode - will produce all possible variations of your prompt.
I'm Feeling Lucky (downloads prompts from lexica.art)
Magic Prompt - spices up your prompt with modifiers
Jinja2 templates for more advanced prompting requirements
Variable assignment -
${season=!__season__} In ${season}, I wear ${season} shirts and ${season} trousers
Parameterized templates for re-usable templates, similar to calling a function
Installation
The recommended way to install this extension is by using the ComfyUI Manager.
Get the latest version on Github: https://github.com/adieyal/comfyui-dynamicprompts/