bash-j / mikey_nodes

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

Wildcards #22

Closed Latentnaut closed 6 months ago

Latentnaut commented 8 months ago

Hello,

I would like to know how I could get same wildcard outcome when I used it twice or more times into the processor.

For example, let's say I use animal in my prompt 3 times, how can I get the same result? Right now I get 3 random animals.

Thank you for this amazing pack 😉

bash-j commented 8 months ago

Hey, I just updated the wildcard syntax. You can now use ! to use the same position in the file, e.g. __!wildcard__

Latentnaut commented 8 months ago

Wow awesome! thank you again :)