bash-j / mikey_nodes

comfy nodes from mikey
MIT License
109 stars 15 forks source link

Multiple Wildcards #33

Closed mattymatty closed 3 months ago

mattymatty commented 3 months ago

Can you update wildcard to support multiple wildcards inside each other. For example { man {pants|shirt} | woman {dress|purse} }. ImpactWildcardPrompt does this but I like mikey_nodes better

bash-j commented 3 months ago

I have made changes to the wildcard processor to support nested wildcard. Can you please check it is working for you as expected?

mattymatty commented 3 months ago

It works perfectly thank you so much! Your node is terrific. It updates when the wildcard file updates without having to refresh the browser!

bash-j commented 3 months ago

Good to hear! Yes, it reads the file when the job is run, so you can add new or change existing files at any time.