lllyasviel / lllyasviel/stable-diffusion-webui-forge
RuntimeError: Your device does not support the current version of Torch/CUDA!
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
I keep getting this error when attempting to launch Stable Diffusion WebUI Forge. Any help would be appreciated!
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: f2.0.1v1.10.1-previous-636-gb835f24a
Commit hash: b835f24a4d9732c936a3d41d62adfae46bd82441
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\stable-diffusion-webui-forge\launch.py", line 54, in
main()
File "D:\Stability Matrix\Packages\stable-diffusion-webui-forge\launch.py", line 42, in main
prepare_environment()
File "D:\Stability Matrix\Packages\stable-diffusion-webui-forge\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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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 at line 434. Start by inspecting that compatibility check and the linked latest release, then reproduce the launch with the device and environment details missing from the report. Done would require identifying the affected device and confirming which Torch/CUDA version or release is compatible.
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
- 18/100