Replies: 1 comment
-
I'll update it in the pre-packaged dependencies |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hello, there is an installation problem with Dynamic Prompt :
Dynamic Prompts is not installed correctly. You have dynamicprompts 0.23.0 installed, but this extension requires ~=0.27.0. Please run
install.py
from the sd-dynamic-prompts extension directory, orpip install dynamicprompts[attentiongrabber,magicprompt]~=0.27.0
.Error running process: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-dynamic-prompts/scripts/dynamic_prompting.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 451, in process
script.process(p, *script_args)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-dynamic-prompts/sd_dynamic_prompts/dynamic_prompting.py", line 478, in process
all_prompts, all_negative_prompts = generate_prompts(
File "/content/gdrive/MyDrive/sd/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 [""]
TypeError: RandomPromptGenerator.generate() got an unexpected keyword argument 'seeds'
if I delete and reinstall the extension, and, it works, BUT the next time I launch A1111 the message reappears, I think there's a
version problem between the A1111 startup update and Dynamic Prompt.
Beta Was this translation helpful? Give feedback.
All reactions