-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support new SYNTAX something like __&wildcard__
in yaml
#791
Comments
Any luck on finding a solution to this yet? This is what I've been trying to figure out as well. I'm trying to figure out which extension is the best place to request this change since I use this, plus a1111-sd-webui-tagcomplete, plus Umi-AI-Embeds to allow the autocomplete to work with YAML wildcards as per the tagcomplete extension's readme. But it seems like those other two extensions might just deal with the autocomplete aspect as YAML wildcards still work with just sd-dymanic-prompts installed alone. |
I'm sorry, the examples don't help me understand what this feature would do. |
I don't really know what of all that example yaml text has to do with anything. I was just looking at the title of this issue. The problem is that the sd-dymanic-prompt feature to "Save template to metadata: Write prompt template into the PNG metadata" does not work when the prompt template includes wildcards that come from .yaml files. Instead, it just takes the end prompt with the expanded text taken from all wildcards (.yaml or .txt) and puts that into the template metadata instead. What we want is for that template to include the text that existed in the positive and negative prompt boxes before we clicked on the "Generate" button. Edit: |
The text was updated successfully, but these errors were encountered: