Replies: 1 comment 1 reply
-
thank you its working i chose the portable installer, when using a detailer i get this in the command prompt WARNING Running that command simply upgraded the torch that is installed in my system not in this portable version, also will this portable version work on linux ? |
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
-
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.bat
to launch webuinote: do not enable
--xformers
, currently it is not compatibleMethod 2: use the latest
dev
branchRecommended for those who are migrating from existing installation and for those who are familiar with commands and terminals
--reinstall-torch
toCOMMANDLINE_ARGS
to 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
Beta Was this translation helpful? Give feedback.
All reactions