Error message in the console, still generating images. #87
Replies: 4 comments 5 replies
-
Thanks for reporting this. I can't re-create the bug. Are you running the latest version of the extension? Should be 0.29.8 |
Beta Was this translation helpful? Give feedback.
-
Did you close and restart webgui? I got this but only after doing the
update and didn’t restart the whole gui.
…On Wed, Nov 30, 2022 at 8:43 AM Adi Eyal ***@***.***> wrote:
Thanks for reporting this. I can't re-create the bug. Are you running the
latest version of the extension? Should be 0.29.8
—
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQC7YRKHOXR7XHK77FU463WK5DWZANCNFSM6AAAAAASPLLV4M>
.
You are receiving this because you are subscribed to this thread.Message
ID: <adieyal/sd-dynamic-prompts/repo-discussions/87/comments/4273395@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Glad you're enjoying it and thanks for the suggestion. I've been toying with the idea of creating an optional tab where you can edit and create your own wildcard files within the webui. |
Beta Was this translation helpful? Give feedback.
-
Could you please mark this question as answered - otherwise it's hard for me to track unanswered questions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed a new error message in the console window that seems connected to Dynamic Prompts somehow, but everything seems to be working fine so I didn't want to start an issue. In any case here's the error message I noticed, maybe a new feature that isn't quite working yet? Looks like a negative prompt maker, could be an interesting feature for sure.
Error running process: C:\SDWebUI\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py
Traceback (most recent call last):
File "C:\SDWebUI\modules\scripts.py", line 327, in process
script.process(p, *script_args)
File "C:\SDWebUI\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py", line 350, in process
generator = self._create_generator(
File "C:\SDWebUI\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py", line 130, in _create_generator
generator = old_generation(
File "C:\SDWebUI\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py", line 78, in old_generation
prompt_generator = RandomPromptGenerator(
TypeError: RandomPromptGenerator.init() takes from 3 to 4 positional arguments but 5 were given
Error running process_batch: C:\SDWebUI\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py
Traceback (most recent call last):
File "C:\SDWebUI\modules\scripts.py", line 336, in process_batch
script.process_batch(p, *script_args, **kwargs)
File "C:\SDWebUI\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py", line 302, in process_batch
generator = self._negative_prompt_generator
AttributeError: 'Script' object has no attribute '_negative_prompt_generator'
Beta Was this translation helpful? Give feedback.
All reactions