How to solve this error #824
Unanswered
tmprabubiz
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.
-
Once I activate dynamic prompts and magic prompts, I get this following error both in A1111 and in Forge
*** Error running process: F:\Automatic1111\stable-diffusion-webui\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py0:14<00:00, 2.15it/s]
Traceback (most recent call last):
File "F:\Automatic1111\stable-diffusion-webui\modules\scripts.py", line 832, in process
script.process(p, *script_args)
File "F:\Automatic1111\stable-diffusion-webui\extensions\sd-dynamic-prompts\sd_dynamic_prompts\dynamic_prompting.py", line 480, in process
all_prompts, all_negative_prompts = generate_prompts(
File "F:\Automatic1111\stable-diffusion-webui\extensions\sd-dynamic-prompts\sd_dynamic_prompts\helpers.py", line 93, in generate_prompts
all_prompts = prompt_generator.generate(prompt, num_prompts, seeds=seeds) or [""]
File "F:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\dynamicprompts\generators\magicprompt.py", line 167, in generate
prompts = self._prompt_generator.generate(*args, **kwargs)
File "F:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\dynamicprompts\generators\randomprompt.py", line 71, in generate
prompts.append(str(next(iter(gen))))
StopIteration
-----------------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions