Nvidia 50 Series (Blackwell) support thread: How to get ComfyUI running on your new 50 series GPU. #6643
comfyanonymous
announced in
Announcements
Replies: 3 comments 6 replies
-
There are also Windows prebuilt wheels of pytorch on cuda 128 that nvidia gave w-e-w to publish https://huggingface.co/w-e-w/torch-2.6.0-cu128.nv |
Beta Was this translation helpful? Give feedback.
4 replies
-
The Windows version said: |
Beta Was this translation helpful? Give feedback.
1 reply
-
nf4 node does not work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I will try keeping this post up to date as much as possible with the latest developments.
To get your nvidia 50 series GPU working with ComfyUI you need a pytorch that has been built against cuda 12.8
In the next few months there will likely be a lot of performance improvements landing in pytorch for these GPUs so I recommend coming back to this page and updating frequently.
Windows
Windows users can download this standalone ComfyUI package with a cuda 12.8 torch build
Manual Install
At this moment Blackwell is not yet supported by stable pytorch or even pytorch nightly.
Torch nightly cu128 is expected to come very soon.
Until it comes to pytorch nightly the easiest way to use it is to use the latest nvidia pytorch docker: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch
docker run -p 8188:8188 --gpus all -it --rm nvcr.io/nvidia/pytorch:25.01-py3
Inside the docker container:
Beta Was this translation helpful? Give feedback.
All reactions