install.md 2.0 KB

Introduction

!!! 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. <br/>
This codebase is released under Apache 2.0 license and all models are released under the CC-BY-NC-SA-4.0 license.

Requirements

  • GPU Memory: 12GB (Inference)
  • System: Linux, Windows

Setup

First, we need to create a conda environment to install the packages.


conda create -n fish-speech python=3.12
conda activate fish-speech

pip install sudo apt-get install portaudio19-dev # For pyaudio
pip install -e . # This will download all rest packages.

apt install libsox-dev ffmpeg # If needed.

!!! warning

The `compile` option is not supported on windows and macOS, if you want to run with compile, you need to install trition by yourself.

Acknowledgements