Replies: 3 comments 4 replies
-
Hello, I made this Python script quickly that will parse all the wildcards for you, create a "start.py" file inside your wildcards directory and paste this code, then open a terminal in the same directory and type "python ./start.py" Edit:
|
Beta Was this translation helpful? Give feedback.
-
That's brilliant. I've managed to find a couple of errors using this script. But it does also throw up a number of false positives. For example, the following are flagged: I did wonder if it's the single _ in the middle of the wildcard name that's doing it, but it also flagged: NB: The bold text is actually written with double-underscore on either side. the display interprets that as bold for some reason.. and I've no idea how to stop it doing that. |
Beta Was this translation helpful? Give feedback.
-
damn.. I'm still running into this: pyparsing.exceptions.ParseException: Expected end of text, found '_' (at char 78), (line:1, col:79) Really wish the error message would mention which wildcard it was parsing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I keep running into errors in dyamic prompts that look like this:
Error running process: C:\pinokio\api\stable-diffusion-webui-forge.git\app\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py0s/it]
Traceback (most recent call last):
Beta Was this translation helpful? Give feedback.
All reactions