(stable-diffusion-webui) C:\Users\qinch\stable-diffusion-webui>webui-user.bat
venv "C:\Users\q\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)]
Commit hash: 076d624a297532d6e4abebe5807fd7c7504d7a73
Traceback (most recent call last):
File "C:\Users\q\stable-diffusion-webui\launch.py", line 360, in <module>
prepare_environment()
File "C:\Users\q\stable-diffusion-webui\launch.py", line 272, in prepare_environment
run_python("import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'")
File "C:\Users\q\stable-diffusion-webui\launch.py", line 129, in run_python
return run(f'"{python}" -c "{code}"', desc, errdesc)
File "C:\Users\q\stable-diffusion-webui\launch.py", line 105, in run
raise RuntimeError(message)
RuntimeError: Error running command.
Command: "C:\Users\q\stable-diffusion-webui\venv\Scripts\python.exe" -c "import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'"
Error code: 1
stdout: <empty>
stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\q\stable-diffusion-webui\venv\lib\site-packages\torch\__init__.py", line 235, in <module>
raise ImportError(textwrap.dedent('''
ImportError: Failed to load PyTorch C extensions:
It appears that PyTorch has loaded the `torch/_C` folder
of the PyTorch repository rather than the C extensions which
are expected in the `torch._C` namespace. This can occur when
using the `install` workflow. e.g.
$ python setup.py install && python -c "import torch"
This error can generally be solved using the `develop` workflow
$ python setup.py develop && python -c "import torch" # This should succeed文章来源:https://www.toymoban.com/news/detail-780382.html
or by running Python from a different directory.文章来源地址https://www.toymoban.com/news/detail-780382.html
到了这里,关于部署本地化stable-diffusion遇到问题,求解的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!