#TTS for AMD on Windows
1 messages · Page 1 of 1 (latest)
You can install any tts that uses cuda torch and replace cuda torch with TheRock
python -m pip install --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx110X-dgpu/ torch torchaudio torchvision
these are nightly builds, so some things may not work, but genrally should be no issues
soo i have to find a tts that works on cuda 2.7.0 specifically?
most will do
git clone https://github.com/resemble-ai/chatterbox
cd chatterbox
python -m venv venv
venv\scripts\activate
uv pip install .
uv pip install --upgrade --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx110X-dgpu/ torch torchaudio
uv pip install gradio
gradio_tts_app.py```
should work
it says ERROR: torch-2.7.0a0+rocm_git3f903c3-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.
you need python 3.11
ok i did install the torch and torchaudio but when i installed gradio... i cant find the APP.py in the site packages anywhere! this is so embarrassing but am also very new to this 
maybe its because i should install gradio outside the venv in the Chatterbox folder?
you need to follow the script line by line
oki now i did them step by step when i reached the last line i got dis
i can manually pip install the rocm 2.7.0 torch and torchaudio
since i downloaded them earlier for something different
would this solve it u think? orr is it not related
try running the line installing it from the nightly repo
and show the log
hello again! am sorry for the late response but I been looking for a nightly build for a while and haven't found it am really sorry am new to this 
i mean these are uv pip install --upgrade --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx110X-dgpu/ torch torchaudio
ooh I thought you meant nightly build for chatterbox
i have this installed, still gives me the same error
also i heard chatterbox accepts only pytorch 2.6.0 maybes thats the problem?
no, chatterbox works fine with 2.7.0
why does it give me that error then 
if theRock wheels dont work, you can always try Zluda method
followed it, got gradio running and all but got this at the end
RuntimeError: cutlassF: no kernel found to launch!
Radeon 7900XTX
!! i will try Orpheus TTS since ROCm is better supported there,, i think
i will report results later
bleh