You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is the latest version of the plugin, which was originally running normally.
One day, the following error suddenly appeared. I recall that there were no other changes or additions/removals of other plugins.
I have already added the “backend“ package, but the error still persists.
*** Error loading script: image_metadata.py
Traceback (most recent call last):
File "F:\AI\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "F:\AI\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "frozen importlib._bootstrap_external", line 883, in exec_module
File "frozen importlib._bootstrap", line 241, in _call_with_frames_removed
File "F:\AI\stable-diffusion-webui\extensions\Stable-Diffusion-Webui-Civitai-Helper\scripts\image_metadata.py", line 10, in
from backend.args import dynamic_args
ModuleNotFoundError: No module named 'backend.args'
The text was updated successfully, but these errors were encountered:
It is the latest version of the plugin, which was originally running normally.
One day, the following error suddenly appeared. I recall that there were no other changes or additions/removals of other plugins.
I have already added the “backend“ package, but the error still persists.
*** Error loading script: image_metadata.py
Traceback (most recent call last):
File "F:\AI\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "F:\AI\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "frozen importlib._bootstrap_external", line 883, in exec_module
File "frozen importlib._bootstrap", line 241, in _call_with_frames_removed
File "F:\AI\stable-diffusion-webui\extensions\Stable-Diffusion-Webui-Civitai-Helper\scripts\image_metadata.py", line 10, in
from backend.args import dynamic_args
ModuleNotFoundError: No module named 'backend.args'
The text was updated successfully, but these errors were encountered: