how use nightly version?? #3825
-
|
NEW installed. cpu 9950x3d 19:06:31-269762 INFO Command line args: ['--upgrade', '--use-nightly'] upgrade=True use_nightly=True args=[] 19:06:36-795101 WARNING Torch BF16 test fail: CUDA error: no kernel image is available for execution on the device |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Add --reinstall too. Torch is only installed / changed on the first install. |
Beta Was this translation helpful? Give feedback.
-
|
Don't forget to remove --reinstall after it's up and running, otherwise you'll be reinstalling every time you start SD.Next. |
Beta Was this translation helpful? Give feedback.
-
|
Probably, this is not really a news to you. But probably it helps others. 2 days ago I got a new system with a Geforce 5090 and no AI tool worked, due to Blackwell incompatibilities of the installed pytorch versions. I found a good hint on the web and did the following: I use Python3-11 and therefore loaded the following packages from https://download.pytorch.org/whl: Installation worked easily: It seems torchaudio has already been installed with torch, cause it was yet found. SDNext produced a nice apple picture for a test with Flux.1 Dev. In nearly no time. I have not updated my other install yet, so I can't say whether the speed benefit results from Vlad's last update or the 5090. |
Beta Was this translation helpful? Give feedback.

Add --reinstall too. Torch is only installed / changed on the first install.