For some reason, it is not reflected even if I write it in stable dufusion. #640
Unanswered
Yuzukihime7777
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use Jinja2 with Dynamicprompt within stable dufusion.
{% for color in ["red", "blue", "green"] %}
{% if color == "red" %}
{% prompt %}I love {{ color }} roses{% endprompt %}
{% else %}
{% prompt %}I hate {{ color }} roses{% endprompt %}
{%endif%}
{%endfor%}
Even if I check the validity of this expression, it is not reflected, is this a bug?
Also, {1$$|character's lora file, elements 2 to N, arranged with commas separated|next character's lora, elements 2 to n||} I am trying to write it according to the help, but there is only one character. It will only be reflected. How can I solve it?
Thank you very much m(__)m
Beta Was this translation helpful? Give feedback.
All reactions