Text to Speech
| README.md | ||
fish-speech
Text to Speech
Option 3: Der "Mac Studio Way" (Native Fish-Speech) Da du Fish-Speech erwähntest und die Hardware hast, ist dies die Königsklasse. Docker auf dem Mac unterstützt die Apple GPU (Metal) für Audio oft nicht ideal. Native Installation ist bei 128GB RAM Wahnsinn:
Terminal:
Bash brew install ffmpeg cmake git clone https://github.com/fishaudio/fish-speech.git cd fish-speech python3 -m venv venv source venv/bin/activate pip install -e . Starten:
Bash python3 -m tools.api_server --listen 0.0.0.0:8000