Няма описание

Lengyue 3420acdbbe Add hubert feature export & finish network structure преди 2 години
fish_speech 3420acdbbe Add hubert feature export & finish network structure преди 2 години
tools 3420acdbbe Add hubert feature export & finish network structure преди 2 години
.dockerignore 0c084ec779 Apply gradient accumulate to save memory преди 2 години
.gitignore 1bfec1240e Add tts text cleaner преди 2 години
.pre-commit-config.yaml e4ce816175 Update deps преди 2 години
README.md c6126b4d7c Update package info & hubert code преди 2 години
dockerfile 9920873cf2 Optimize schedule преди 2 години
pyproject.toml c6126b4d7c Update package info & hubert code преди 2 години
pyrightconfig.json f7f2c03282 Support pytorch lightning преди 2 години

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 .