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
The issue is caused by an extension, but I believe it is caused by a bug in the webui
The issue exists in the current version of the webui
The issue has not been reported before recently
The issue has been reported before but has not been fixed yet
What happened?
when started webui-user.bat, I got this error message:
*** Error loading script: main.py
Traceback (most recent call last):
File "C:\Users\netwo\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\netwo\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\netwo\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'
When I try to send to txt2img the openpose s pose , nothing happened, when I manually set up the pose pictures, the picture isnt posed with the pose I setup....
Sorry I am a bit lost, If someone can help me I would be gratefull
Steps to reproduce the problem
1.l auch webui-user.bat
get the error:
Launching Web UI with arguments: --xformers
*** Error loading script: main.py
Traceback (most recent call last):
File "C:\Users\netwo\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\netwo\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\netwo\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'
3dopenpose doesnt want to send the pose and other controlnet such as depht for example to the txt2img or img2img.
after setting up the pose pictuer into controlnet parameter and setting up the options. it doesnt follow the pose...
What should have happened?
No error on startting webui-user.bat
Openpose can send the picures to img2img or txt2img
I got the result with a picture with the pose I set up
Checklist
What happened?
when started webui-user.bat, I got this error message:
*** Error loading script: main.py
Traceback (most recent call last):
File "C:\Users\netwo\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\netwo\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\netwo\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'
When I try to send to txt2img the openpose s pose , nothing happened, when I manually set up the pose pictures, the picture isnt posed with the pose I setup....
Sorry I am a bit lost, If someone can help me I would be gratefull
Steps to reproduce the problem
1.l auch webui-user.bat
Launching Web UI with arguments: --xformers
*** Error loading script: main.py
Traceback (most recent call last):
File "C:\Users\netwo\stable-diffusion-webui\modules\scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\netwo\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\netwo\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'
3dopenpose doesnt want to send the pose and other controlnet such as depht for example to the txt2img or img2img.
after setting up the pose pictuer into controlnet parameter and setting up the options. it doesnt follow the pose...
What should have happened?
No error on startting webui-user.bat
Openpose can send the picures to img2img or txt2img
I got the result with a picture with the pose I set up
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome
Sysinfo
sysinfo-2024-12-28-17-43.json
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: