Replies: 2 comments
-
hi.. you're in discussions. click a few tabs to your left, on Issues here's a link for you. I found it by searching for "No module named 'basicsr'". There may be others. hope this helps. |
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
-
Even though I downloaded the 'openpose' from Stable Diffusion, it didn't work, so I looked for it and this error code came up. Is this related to this?
Error loading script: main.py
Traceback (most recent call last):
File "C:\Users\mk\Desktop\ai\Data\Packages\Stable Diffusion WebUI\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\mk\Desktop\ai\Data\Packages\Stable Diffusion WebUI\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\mk\Desktop\ai\Data\Packages\Stable Diffusion WebUI\extensions\openpose-editor\scripts\main.py", line 14, in
from basicsr.utils.download_util import load_file_from_url
ModuleNotFoundError: No module named 'basicsr'
please help me
Beta Was this translation helpful? Give feedback.
All reactions