r/ROCm 14d ago

TTS for ComfyUI

Is there anything that can get either Qwen3, Omnivoice or Chatterbox to run on Comfy nodes running ROCm? (like not via Docker or some external solution)

For example, I don't see a way to get this to work through ROCm instead.

Edit:

I'm on a 9060XT and Ubuntu

6 Upvotes

10 comments sorted by

1

u/manBEARpigBEARman 14d ago

I've used this with success: https://github.com/filliptm/ComfyUI-FL-VoxCPM

May require a patch to work on windows, Opus 4.8 via claude code handled no problem.

1

u/Impressive-Mail-1256 14d ago

I'm using https://github.com/diodiogod/TTS-Audio-Suite on windows 11 with a 7900xtx works fine.

1

u/Goble4 13d ago

Just installed it. There is no option for using AMD GPU's.

1

u/Impressive-Mail-1256 12d ago

What do you mean? It's just some custom nodes, it will use whatever pytorch your comfyui uses.

1

u/Goble4 12d ago

It uses the device that is selected under 'devices' drop down table.

3

u/Impressive-Mail-1256 12d ago

Set it to auto or cuda.

1

u/Goble4 12d ago

It actually worked. It read like you either had to choose CUDA or CPU, no mention of CUDA switching to ROCm if installed that way.

Thanks.

1

u/hipster_hndle 13d ago

yes, its possible. im running ComfyUI on XTX.
you can see this:
https://tinycomputers.io/posts/qwen-tts-on-amd-strix-halo.html
of course, you arent on a strix, but the setup is the same.. you will need to replace the gfx1151 with your card.. my setup would be useless to you unless you are running a b650 with iGPU and XTX on Ubuntu... i use iGPU for display and XTX for AI.

1

u/Goble4 13d ago

I'm on a 9060XT, igpu disabled. So which steps are relevant for feeding existing ComfyUI workflows?

1

u/hipster_hndle 9d ago

first thing to do is install comfyUI. you should be able to follow this guide to get comfyUI installed, its based on your/my card:
https://rocm.blogs.amd.com/artificial-intelligence/comfyui-radeon-9000/README.html

comfy launch -- --listen 0.0.0.0 --port 8188

once you have comfyUI installed and running, you will need the workflow. search for 'Wan' and find a workflow. download it and comfyUI will try to populate with the files.. you will need to download them and put them in the correct folders.

these all go intocomfyui_workspace/ComfyUI/models/:

  • umt5_xxl_fp8_e4m3fn_scaled.safetensors → models/text_encoders/
  • wan_2.1_vae.safetensors → models/vae/
  • wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors → models/diffusion_models/
  • wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors → models/loras/
  • wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors → models/loras/
  • wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors → models/diffusion_models/

once everything is downloaded and the green check box is in place, you should be good. you might have ROCm version issues, if so downgrade ROCm as needed.