stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

RuntimeError: Your device does not support the current version of Torch/CUDA!

Open Xpro34 opened this issue 6 months ago • 5 comments

SD does not start, although before it was started When I try to run this Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: f2.0.1v1.10.1-previous-665-gae278f79 Commit hash: ae278f794069a69b79513e16207efc7f1ffdf406 Traceback (most recent call last): File "C:C:\SD\webui\launch.py", line 54, in main() File "C:\SD\webui\launch.py", line 42, in main prepare_environment() File "C:\SD\webui\modules\launch_utils.py", line 434, in prepare_environment raise RuntimeError( RuntimeError: Your device does not support the current version of Torch/CUDA! Consider downloading another version: https://github.com/lllyasviel/stable-diffusion-webui-forge/releases/tag/latest I tried installing new CUDA toolkits and old ones too, I tried reinstalling, nothing helps.

Image

Xpro34 avatar Jun 16 '25 14:06 Xpro34

I have the same issue, didn´t find a fix yet. Also as mentioned in other posts about this, restarting the computer didn´t fix it.

RalFingerLP avatar Jul 02 '25 07:07 RalFingerLP

I found a way to fix it, but it's complicated. As I understand, the problem is that it does not create a venv folder, and I just downloaded and installed the original SD from the automatics (portable version), and then I installed forge on top of it using cmd, and everything worked for me.

Xpro34 avatar Jul 04 '25 08:07 Xpro34

I found a way to fix it, but it's complicated. As I understand, the problem is that it does not create a venv folder, and I just downloaded and installed the original SD from the automatics (portable version), and then I installed forge on top of it using cmd, and everything worked for me.

Thank you for your reply, I will also try creating my own venv with git pull instead of the standalone version, thanks!

RalFingerLP avatar Jul 04 '25 09:07 RalFingerLP

I found a way to fix it, but it's complicated. As I understand, the problem is that it does not create a venv folder, and I just downloaded and installed the original SD from the automatics (portable version), and then I installed forge on top of it using cmd, and everything worked for me.

i cloned and installed automatic1111 and then just dropped files from forge on top and it worked! Thanks a lot!

HAPETU avatar Jul 05 '25 14:07 HAPETU

I am also facing the same issue right now. I am trying to use it because everyone says it has nice auto vram management alongside easy to use interface. I am coming from ComfyUI. How do I create a venv exactly and specifically in this case? Thanks for any help!

69keks avatar Nov 17 '25 10:11 69keks