Replies: 2 comments 2 replies
-
EDIT: Never mind this question, I just found it in the guide.
Where possible outputs are |
Beta Was this translation helpful? Give feedback.
-
Hi @Wolvezi, Thanks for reaching out! In response to your questions:
A parg is a positional argument. This refers to a setting in the shortcode that does not take a value; it is either present or it is not. A kwarg is a keyword argument. This refers to a setting in the shortcode that must take a value. Here is an example of both:
In this example,
Yes, you can
Testing this in the ComfyUI node just gave me For more details on this shortcode, please consult the docs here: https://github.com/ThereforeGames/unprompted/blob/main/docs/shortcodes/choose.md Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
I've read through most of the shortcodes, and I have a couple of questions.
For example, if I I have a file
common\HairColor
and I want to output something like:HairColor1 and Haircolor2
into the prompt, is there something like Dynamic Prompt's method of Choosing Multiple Values, which can easily specify"I want X items from this list. [And optionally:] without choosing the same option twice, with this custom separator"
?Apologies if I missed it in the docs.
Beta Was this translation helpful? Give feedback.
All reactions