Replies: 1 comment 2 replies
-
dynamicprompt new update, I'll update the dependencies |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
First of all, thanks so much for an amazing colab!
I have managed to get this to work before, but now, even after a fresh install (removing the sd directory) of the colab, and without any other extensions apart from sd-dynamic-prompts, I get this error during the 'Start Stable Diffusion' step. What do I need to do to fix it ? This used to work. I'm using the latest TheLastBen colab and the latest version of the sd-dynamic-prompts extension.
Thanks in advance.
Error loading script: dynamic_prompting.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 229, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 848, in exec_module
File "", line 219, in _call_with_frames_removed
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-dynamic-prompts/scripts/dynamic_prompting.py", line 3, in
from sd_dynamic_prompts.dynamic_prompting import Script
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-dynamic-prompts/sd_dynamic_prompts/dynamic_prompting.py", line 11, in
from dynamicprompts.parser.parse import ParserConfig
ImportError: cannot import name 'ParserConfig' from 'dynamicprompts.parser.parse' (/usr/local/lib/python3.8/dist-packages/dynamicprompts/parser/parse.py)
Beta Was this translation helpful? Give feedback.
All reactions