Set global prompts using note node.
If there are multiple note nodes with the same name, one is choosen randomly.
You can nest multiple note nodes.
e.g.,
CLIP Text Encoder: $NoteA
NoteA: {$NoteB|$NoteC}
NoteB: {red|green|blue}
NoteB: white
NoteB: black
NoteC: No color
Bypass note node to disable.
This extension override original dynamic prompt.
e.g.,
{a|b|{c|d}}
a: 33%
b: 33%
c: 16%
d: 16%
default weight is 1
e.g.,
{a:9|b}
a: 90%
b: 10%
e.g.,
{{a|b:2|c}:0.5|:0.5}
a: 12.5%
b: 25%
c: 12.5%
“”: 50%