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
Hi, I just installed the extension in the webui. No errors, got "sd_deoldify" listed in the extensions, then restarted the UI.
Got those messages:
All models for DeOldify are already downloaded.
All requirements for the DeOldify extension are already installed.
But later on...
*** Error loading script: api.py
Traceback (most recent call last):
File "D:\Temp\stableDiffussion\webui\modules\scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Temp\stableDiffussion\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 "D:\Temp\stableDiffussion\webui\extensions\sd-webui-deoldify\scripts\api.py", line 15, in <module>
from scripts.deoldify_base import *
ModuleNotFoundError: No module named 'scripts.deoldify_base'
---
*** Error loading script: postprocessing_deoldify.py
Traceback (most recent call last):
File "D:\Temp\stableDiffussion\webui\modules\scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Temp\stableDiffussion\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 "D:\Temp\stableDiffussion\webui\extensions\sd-webui-deoldify\scripts\postprocessing_deoldify.py", line 12, in <module>
from scripts.deoldify_base import *
ModuleNotFoundError: No module named 'scripts.deoldify_base'
---
*** Error loading script: ui_deoldify.py
Traceback (most recent call last):
File "D:\Temp\stableDiffussion\webui\modules\scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Temp\stableDiffussion\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 "D:\Temp\stableDiffussion\webui\extensions\sd-webui-deoldify\scripts\ui_deoldify.py", line 11, in <module>
from scripts.deoldify_base import *
ModuleNotFoundError: No module named 'scripts.deoldify_base'
---
How could I solve this?
The text was updated successfully, but these errors were encountered:
Hi, I just installed the extension in the webui. No errors, got "sd_deoldify" listed in the extensions, then restarted the UI.
Got those messages:
But later on...
How could I solve this?
The text was updated successfully, but these errors were encountered: