Aucune description

Lengyue a12a41d831 Add bigvgan il y a 2 ans
fish_speech a12a41d831 Add bigvgan il y a 2 ans
tools 69164b19d2 Update diffusion config & code il y a 2 ans
.dockerignore 0c084ec779 Apply gradient accumulate to save memory il y a 2 ans
.gitignore 3099c96d2c Ignore vs code il y a 2 ans
.pre-commit-config.yaml e4ce816175 Update deps il y a 2 ans
README.md 78a02fe9e1 Optimize text loader & add phones to tokenizer il y a 2 ans
dockerfile 9920873cf2 Optimize schedule il y a 2 ans
pyproject.toml c9e1f95503 Update some exp il y a 2 ans
pyrightconfig.json f7f2c03282 Support pytorch lightning il y a 2 ans

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