WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

YAML Wildcard Support (Feature Request/Suggestion) #212

Closed gobshyte closed 1 year ago

gobshyte commented 1 year ago

Hi Any chance to introduce YAML file support for the wildcard processor node? There is another set of custom nodes here, but they do not have seed or output like the awesome WAS nodes do... :( https://github.com/adieyal/comfyui-dynamicprompts

WASasquatch commented 1 year ago

What is YAML wildcards?

gobshyte commented 1 year ago

Like this: https://github.com/adieyal/sd-dynamic-prompts/blob/main/docs/SYNTAX.md#yaml-files It allows weighting and nesting within the file :)

gobshyte commented 1 year ago

This person has made some great examples on CivitAI : https://civitai.com/models/112041/billions-of-charaters-attires-ethnics-poses-paterns-expressions-makeups-hair-accesoires-bodyshapes-ages

WASasquatch commented 1 year ago

Interesting. Not sure I want to support it though. I do not like YAML as a user editable file because it's space sensitive. It's number one complaint with software that use it is broken configs, like Minecraft plugins. I also already have Noodle Soup Prompts which uses a single file too and is the predecessor to wildcards. Additionally, you can use weights just fine in wildcards in WAS-NS, eg (apple:1.3)

gobshyte commented 1 year ago

Ok no worries, thanks for considering it :)