-
... to comment things out in the text file so dynamic prompts ignores it? I tried to search, but admittedly I give up fast on those, so apologies if it's' been asked or in an obvious place. I ask because I like to keep my text file lists complete though sometimes some of the items contained I don't want showing up in oone run or another. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes – for text files, empty lines and lines that start with You can also use YAML, which may be more comfortable – see https://github.com/adieyal/sd-dynamic-prompts/blob/main/collections/publicprompts.yaml for an example. |
Beta Was this translation helpful? Give feedback.
Yes – for text files, empty lines and lines that start with
#
are ignored.You can also use YAML, which may be more comfortable – see https://github.com/adieyal/sd-dynamic-prompts/blob/main/collections/publicprompts.yaml for an example.