information below is outdated, read late discussion post linked above
Discussed in #16818
Originally posted by w-e-w January 30, 2025
As PyTorch have not yet released a compatible builds for Blackwell GPUs
we have been allowed to publish Early Access PyTorch wheels by Nvidia
There are several methods to run on Blackwell 50XX GPUs
Method 1: use the a new standalone release
Recommended for new install or for those not familiar with terminals / commands)
we have prepared a standalone release for Windows which can be downloaded here sd.webui-1.10.1-blackwell.7z (1.8GB)
- Download sd.webui-1.10.1-blackwell.7z
- Extract using 7z
Windows 11 seems to have it added native 7z support
- Click
run.bat to launch webui
note: do not enable --xformers, currently it is not compatible
Method 2: use the latest dev branch
Recommended for those who are migrating from existing installation and for those who are familiar with commands and terminals
- Follow the guide on how to switch branches see wiki How to switch to different versions of WebUI
instead of the release_candidate in the example substituted with dev to switch to dev branch
- Add
--reinstall-torch to COMMANDLINE_ARGS to tell webui to reinstall PyTorch
- Launch webui
remember to remove--reinstall-torch from COMMANDLINE_ARGS after it's done reinstalling PyTorch
Method 3: manual upgrade
Meant for developers
The PyTorch wheels are provided at https://huggingface.co/w-e-w/torch-2.6.0-cu128.nv
This should be all the info you need
information below is outdated, read late discussion post linked above
Discussed in #16818
Originally posted by w-e-w January 30, 2025
As PyTorch have not yet released a compatible builds for Blackwell GPUs
we have been allowed to publish Early Access PyTorch wheels by Nvidia
There are several methods to run on Blackwell 50XX GPUs
Method 1: use the a new standalone release
Recommended for new install or for those not familiar with terminals / commands)
we have prepared a standalone release for Windows which can be downloaded here sd.webui-1.10.1-blackwell.7z (1.8GB)
run.batto launch webuinote: do not enable
--xformers, currently it is not compatibleMethod 2: use the latest
devbranchRecommended for those who are migrating from existing installation and for those who are familiar with commands and terminals
--reinstall-torchtoCOMMANDLINE_ARGSto tell webui to reinstall PyTorchMethod 3: manual upgrade
Meant for developers
The PyTorch wheels are provided at https://huggingface.co/w-e-w/torch-2.6.0-cu128.nv
This should be all the info you need