Need help configuring Forge on a Google or Azure virtual machine #2064
Unanswered
Bygonepath
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I love running forge in my home environment with my humble PC but I had an idea that I could use help with if there is anyone out there that knows a solution for my problem.
I made VMs with powerful GPUs on Azure and Google cloud to run forge at high speeds, but have encountered an error I cannot fix. When I run the exe for the webui the accompanying message appears and the program closes:
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-564-g77464215
Commit hash: 7746421
Traceback (most recent call last):
File "C:\webui_forge_cu121_torch231\webui\launch.py", line 54, in
main()
File "C:\webui_forge_cu121_torch231\webui\launch.py", line 42, in main
prepare_environment()
File "C:\webui_forge_cu121_torch231\webui\modules\launch_utils.py", line 436, 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
I tried the other versions but they did not work and I suspect it has something to do with the fact there is no physical GPU. Any kind of help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions