!!! warning
We assume no responsibility for any illegal use of the codebase. Please refer to the local laws regarding DMCA (Digital Millennium Copyright Act) and other relevant laws in your area.
This codebase is released under the BSD-3-Clause license, and all models are released under the CC-BY-NC-SA-4.0 license.
We recommend Windows users to use WSL2 or docker to run the codebase, or use the integrated environment developed by the community.
# Create a python 3.10 virtual environment, you can also use virtualenv
conda create -n fish-speech python=3.10
conda activate fish-speech
# Install pytorch
pip3 install torch torchvision torchaudio
# Install fish-speech
pip3 install -e .
lora fine-tuning support.gradient checkpointing, causual sampling, and flash-attn support.text2semantic model, supporting phoneme-free mode.