Tauri-based control plane designed to manage the lifecycle of an F5-TTS inference stack on ROCm (AMD) hardware. It automates the transition from system boot to a functional high-performance TTS environment by managing Docker containers and VRAM availability.
This project uses the following Docker image:
docker pull killown/f5rocm:latest
docker run -it --rm \
--device=/dev/kfd --device=/dev/dri \
-p 7860:7860 \
killown/f5rocm:latest