-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: RTX 5090 support missing #7683
Comments
|
sadly not an option if one uses the launcher. i think comfyui has it's first monthyversary of supporting 50xx coming up. |
Why not? Using updated packages that support the new CUDA version should fixt it? |
the entire thing with the launcher is that i t does all that automatically (yes, for noobs, that's me). and it installs an "old" version. maybe If it would run with a nightly 12.8 build but idk how. |
Ah I understand. Yeah with the StabilityMatrix launcher you have to option to override the Python modules or use a different version of invokeAI. I override the pytorch modules but then xformers start throwing compatibility errors because they also haven't updated |
Is there an existing issue for this problem?
Operating system
Windows
GPU vendor
Nvidia (CUDA)
GPU model
RTX 5090 FE
GPU VRAM
32GB
Version number
5.6.2
Browser
Firefox
Python dependencies
{
"accelerate": "1.0.1",
"compel": "2.0.2",
"cuda": "12.4",
"diffusers": "0.31.0",
"numpy": "1.26.4",
"opencv": "4.9.0.80",
"onnx": "1.16.1",
"pillow": "11.1.0",
"python": "3.10.11",
"torch": "2.4.1+cu124",
"torchvision": "0.19.1+cu124",
"transformers": "4.46.3",
"xformers": "0.0.28.post1"
}
What happened
Getting the following error while trying to generate an image:
What you expected to happen
I expected an image to be generated
How to reproduce the problem
Bootup Invoke.AI on a RTX 50xx card
Generate an image
Observe the error.
Additional context
Seems like a new CUDA version is being used by the RT50 series cards:
lllyasviel/Fooocus#3862 (comment)
Discord username
No response
The text was updated successfully, but these errors were encountered: