Replies: 2 comments 1 reply
-
had the same issue , reinstalled everything but saved the models folder |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah i did that a bunch of times and it worked only after a couple of tries. to thsi day dI have no idea what caused it but it does seem to work now, albeit with minor problems sometimes here and there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error:
OSError: [WinError 193] %1 is not a valid Win32 application. Error loading "H:\AI\Stable Diffusion WebUI\system\python\lib\site-packages\torch\lib\cusolver64_11.dll" or one of its dependencies.
I updated my torch version and since then this happened.
Here's the full log if you're interested:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4
--installing mmcv...
module 'launch' has no attribute 'run_min'
ERROR facechain: failed to install mmcv, make sure to have "CUDA Toolkit" and "Build Tools for Visual Studio" installed
Installing requirements for diffusers
Launching Web UI with arguments: --skip-torch-cuda-test
Traceback (most recent call last):
File "H:\AI\Stable Diffusion WebUI\webui\launch.py", line 48, in
main()
File "H:\AI\Stable Diffusion WebUI\webui\launch.py", line 44, in main
start()
File "H:\AI\Stable Diffusion WebUI\webui\modules\launch_utils.py", line 465, in start
import webui
File "H:\AI\Stable Diffusion WebUI\webui\webui.py", line 13, in
initialize.imports()
File "H:\AI\Stable Diffusion WebUI\webui\modules\initialize.py", line 15, in imports
import torch # noqa: F401
File "H:\AI\Stable Diffusion WebUI\system\python\lib\site-packages\torch_init_.py", line 128, in
raise err
OSError: [WinError 193] %1 is not a valid Win32 application. Error loading "H:\AI\Stable Diffusion WebUI\system\python\lib\site-packages\torch\lib\cusolver64_11.dll" or one of its dependencies.
Press any key to continue . . .
If I don't run command "--skip-torch-cuda-test":
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4
Traceback (most recent call last):
File "H:\AI\Stable Diffusion WebUI\webui\launch.py", line 48, in
main()
File "H:\AI\Stable Diffusion WebUI\webui\launch.py", line 39, in main
prepare_environment()
File "H:\AI\Stable Diffusion WebUI\webui\modules\launch_utils.py", line 386, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .
HELP I know literally nothing about these things... please explain to me like i'm 5.
How do I revert or fix this?????
Beta Was this translation helpful? Give feedback.
All reactions