Blackwell compatibility (Windows only) #16817
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Switch to isntall early access pytorch wheels if the user is has a Blackwell GPU
wheels are upload to huggingface with permission from Nvidia
https://huggingface.co/w-e-w/torch-2.6.0-cu128.nv
from my testing all seems to work fine
apart from the optional
--xformers
test was done with python 3.10 and 3.11 on 3090 and 1650 cards
if someone wish to test compatibility on non-blackwell cards
override the condiction at
stable-diffusion-webui/modules/launch_utils.py
Lines 333 to 339 in 0005760
note blackwell support should be considered experimental / theoretical
feedback with actual hardware test is more the welcome
Checklist: