You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things were running just fine until I installed adetailer, and now every time I run it, I get the following error message:
File "M:\Forge UI\webui\launch.py", line 54, in <module>
main()
File "M:\Forge UI\webui\launch.py", line 42, in main
prepare_environment()
File "M:\Forge UI\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
This is strange because everything was running fine before, and as for the version I downloaded, it was webui forge cu124 torch24. From what I can remember, torch and all that should have already been preinstalled, and since I'm using a Nvidia card, there should be no problems with getting this to work. Since the only (easy) fix is to replace the system folder, I'm kind of disturbed about this addon easily breaking things so easily...especially since it's a major component most people rely on.
Anyway, is there a way to fix this, and if so, is it a problem with Forge UI, or Adetailer? I'm thinking Forge UI since, as mentioned above, Torch and CUDA should have been installed already otherwise the program wouldn't have loaded like it should have the first time around.
The text was updated successfully, but these errors were encountered:
I tried downloading that, and surprisingly, it worked soon after replacing the system folder. Not sure what exactly went wrong between versions, but at least the fix was easy. 😀
Things were running just fine until I installed adetailer, and now every time I run it, I get the following error message:
This is strange because everything was running fine before, and as for the version I downloaded, it was webui forge cu124 torch24. From what I can remember, torch and all that should have already been preinstalled, and since I'm using a Nvidia card, there should be no problems with getting this to work. Since the only (easy) fix is to replace the system folder, I'm kind of disturbed about this addon easily breaking things so easily...especially since it's a major component most people rely on.
Anyway, is there a way to fix this, and if so, is it a problem with Forge UI, or Adetailer? I'm thinking Forge UI since, as mentioned above, Torch and CUDA should have been installed already otherwise the program wouldn't have loaded like it should have the first time around.
The text was updated successfully, but these errors were encountered: