#TTS for AMD on Windows

1 messages · Page 1 of 1 (latest)

stable frigate
#

GPU: Radeon 7900XTX

OS: Windows 11

Purpose: I want to create my own Ai Assistant

Problem: Currently am struggling to find a TTS (Text to speech) for AMD on Windows, if you have any suggestions please share them ♥️

oblique glade
#

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

stable frigate
oblique glade
#
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

stable frigate
stable frigate
#

maybe its because i should install gradio outside the venv in the Chatterbox folder?

oblique glade
#

you need to follow the script line by line

stable frigate
#

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

oblique glade
#

and show the log

stable frigate
oblique glade
#

i mean these are uv pip install --upgrade --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx110X-dgpu/ torch torchaudio

stable frigate
stable frigate
#

also i heard chatterbox accepts only pytorch 2.6.0 maybes thats the problem?

oblique glade
stable frigate
oblique glade
#

if theRock wheels dont work, you can always try Zluda method

stable frigate
#

RuntimeError: cutlassF: no kernel found to launch!

oblique glade
#

what's you gpu again?

#

seems something was not installed right

stable frigate
oblique glade
#

did you add the piece of code to gradio tts.py ?

#

step 7 of the comment

stable frigate
#

!! i will try Orpheus TTS since ROCm is better supported there,, i think

#

i will report results later

stable frigate
#

bleh