Replies: 1 comment 1 reply
-
You have to enter the environment for AllTalk and uninstall torch, torchaudio and torchvision and then install torch 2.7.0 along with the latest torchaudio and torchvision. You also need CUDA 12.8. Once those are updated it will work. This is the case for any other AI tools such as Stable Diffusion. I got the same error and did those steps to make it work again.
You could also choose to use another engine such as Piper which doesn't require that stuff and it should just work as is. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all - Thanks very much in advance for your help. I have a new machine with a RTX 5090 and am getting this error on install.
UserWarning: NVIDIA GeForce RTX 5090 with CUDA capability sm_120 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90.
Is there a way for me to modify the installation or fix the process at this point to proceed? I'm not a developer so am perhaps more lost than most on what steps I might take to either upgrade PyTorch or something else that would make AllTalk TTS work.
Sounds like this perhaps the same issue but not sure if the solution is obvious already to those who know more than me: #551
Beta Was this translation helpful? Give feedback.
All reactions