Brak opisu

Lengyue e8d5d843c5 Add reference audio to webui 2 lat temu
fish_speech e8d5d843c5 Add reference audio to webui 2 lat temu
tools e0d8c72b24 borrow VITS components from other repo 2 lat temu
.dockerignore 0c084ec779 Apply gradient accumulate to save memory 2 lat temu
.gitignore 1bfec1240e Add tts text cleaner 2 lat temu
.pre-commit-config.yaml e4ce816175 Update deps 2 lat temu
README.md 78a02fe9e1 Optimize text loader & add phones to tokenizer 2 lat temu
dockerfile 9920873cf2 Optimize schedule 2 lat temu
pyproject.toml 78a02fe9e1 Optimize text loader & add phones to tokenizer 2 lat temu
pyrightconfig.json f7f2c03282 Support pytorch lightning 2 lat temu

README.md

Fish Speech

This repo is still under construction. Please check back later.

Setup

# Basic environment setup
conda create -n fish-speech python=3.10
conda activate fish-speech
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

# Install flash-attn (for linux)
pip3 install ninja && MAX_JOBS=4 pip3 install flash-attn --no-build-isolation

# Install fish-speech
pip3 install -e .

Credits