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
While trying to run the web-user.bat in stable diffusion i get this:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: AUTOMATIC1111/stable-diffusion-webui@685f963
Installing requirements for Web UI
Launching Web UI with arguments:
Traceback (most recent call last):
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\launch.py", line 295, in
start()
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\launch.py", line 286, in start
import webui
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\webui.py", line 11, in
from modules.call_queue import wrap_queued_call, queue_lock, wrap_gradio_gpu_call
File "C:\Users\achir\PycharmProjects\stable-diffusion-webui\modules\call_queue.py", line 7, in
from modules import shared
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\modules\shared.py", line 12, in
import modules.interrogate
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\modules\interrogate.py", line 13, in
from modules import devices, paths, lowvram, modelloader
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\modules\modelloader.py", line 7, in
from basicsr.utils.download_util import load_file_from_url
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\repositories\CodeFormer\basicsr_init_.py", line 11, in
from .version import gitsha, version
ModuleNotFoundError: No module named 'basicsr.version'
someone answered to my issue and said i should post here an issue here because "This is a codeformer issue not a SD webui issue."
The text was updated successfully, but these errors were encountered:
See here I know the reason, you rewrite this library, and write in the description, but this way in other projects rarely, so that many people here do not understand, the correct approach is to uninstall the basicsr library, and install the library you rewrite?
While trying to run the web-user.bat in stable diffusion i get this:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: AUTOMATIC1111/stable-diffusion-webui@685f963
Installing requirements for Web UI
Launching Web UI with arguments:
Traceback (most recent call last):
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\launch.py", line 295, in
start()
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\launch.py", line 286, in start
import webui
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\webui.py", line 11, in
from modules.call_queue import wrap_queued_call, queue_lock, wrap_gradio_gpu_call
File "C:\Users\achir\PycharmProjects\stable-diffusion-webui\modules\call_queue.py", line 7, in
from modules import shared
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\modules\shared.py", line 12, in
import modules.interrogate
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\modules\interrogate.py", line 13, in
from modules import devices, paths, lowvram, modelloader
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\modules\modelloader.py", line 7, in
from basicsr.utils.download_util import load_file_from_url
File "C:\Users\XXX\PycharmProjects\stable-diffusion-webui\repositories\CodeFormer\basicsr_init_.py", line 11, in
from .version import gitsha, version
ModuleNotFoundError: No module named 'basicsr.version'
someone answered to my issue and said i should post here an issue here because "This is a codeformer issue not a SD webui issue."
The text was updated successfully, but these errors were encountered: