lllyasviel / lllyasviel/stable-diffusion-webui-forge

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

Open
#1,194 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
13k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Hi; I wish best things for you
Is there a solution for this runtime error?
"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-304-g394da019
Commit hash: 394da01959ae09acca361dc2be0e559ca26829d4
Traceback (most recent call last):
File "E:\M\webui\launch.py", line 51, in
main()
File "E:\M\webui\launch.py", line 39, in main
prepare_environment()
File "E:\M\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 download another version:
https://github.com/lllyasviel/stable-diffusion-webui-forge/releases/tag/latest
Press any key to continue . . ."

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The traceback points to launch.py and modules/launch_utils.py, where prepare_environment() raises the error; start there and review the reported Python and version context. Reproduce the startup failure, determine the supported runtime/device combination, and confirm that launch completes without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.