RTX 5000 compatibility #2608
Replies: 9 comments 7 replies
-
Also concerned about this issue, but first waiting for torch to support CUDA 12.8. The good news is that the linux preview build for CUDA 12.8 has been released, the Windows build shouldn't be too long I guess |
Beta Was this translation helpful? Give feedback.
-
All of the other repos and SD front ends have a blackwell version out. Is there one coming for forge? I hope so as its my preferred one to use. |
Beta Was this translation helpful? Give feedback.
-
I ended up just swapping to reforge in the meantime but also hoping forge reaches compatability soon |
Beta Was this translation helpful? Give feedback.
-
There's already existed Nightly Build with 12.8 support and also here's some talks how to get it work in Fooocus: lllyasviel/Fooocus#3862 So hopefully we can get it for Forge also. |
Beta Was this translation helpful? Give feedback.
-
Any update on this? I have an existing install of forgui that I used with my previous card. I want to use it with the 5090 now. |
Beta Was this translation helpful? Give feedback.
-
Still waiting for it to work in forge. I don't really want to switch to something else. |
Beta Was this translation helpful? Give feedback.
-
d:\stable-diffusion-webui-Forge\venv\Scripts\python.exe -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I've managed to get the 50 series working (at least for me) using miniconda and a custom requirements file. I am not sure if this will be able to help you, and I doubt I can give support since I probably won't be able to reproduce issues you're having (at least unless it's for a specific feature I haven't tried yet). I can confirm it boots, has no dependency conflicts (according to pip, anyways), and can generate images quickly in batches. You can skip installing the virtual environment as it's just unnecessary nesting. Here's the requirements file. For these requirements to work, you MUST install CUDA 12.8. Place the requirements file in the forge-webui folder before running the last command. In the folder where you want to install forge webui:
Alternatively, skip the first two commands and you can attempt to bypass a pre-existing forge install. You can then make a one-click batch file (or similar bash script) to start it like this, placing it in the folder above the forge-webui folder.
We bypass the normal batch launchers to avoid unnecessary checks for venv, system location (forge's embedded python install) and other things. This way, it uses the Conda environment's files. You can probably still use them, but you'd have to configure those variables. (SKIP_VENV, PATH, PY_LIBS, PY_PIP, etc.) Hope this helps some of you! EDIT: The requirements file has been updated.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't use Forge with a 5090 or 5080 from now on. This seems to be due to the sm_120 architecture required on RTX 5000s, which is only supported by CUDA 12.8? Is there a solution while we wait for native integration?
Beta Was this translation helpful? Give feedback.
All reactions