Views
No views yet
1git clone https://github.com/Imagilux/fish-speech.git
2cd fish-speech
3
4# Download this checkpoint
5huggingface-cli download Imagilux/fishaudio-s2-pro --local-dir checkpoints/fish-speech-s2-pro-int8
6
7# Start the WebUI
8docker compose -f compose.yml -f compose.rocm.yml --profile webui upVRAM_FRACTION, MAX_SEQ_LEN, OFFLOAD_WEIGHTS_TO_CPU, MIOPEN_FIND_MODE).| Configuration | Render time | VRAM used |
|---|---|---|
| INT8 + COMPILE=1 + MIOpen tuning | 34.9s | ~10.9 GB |
| bf16 + CPU offload (AVX-512) | 100.1s | ~1.9 GB |
1@misc{liao2026fishaudios2technical,
2 title={Fish Audio S2 Technical Report},
3 author={Shijia Liao and Yuxuan Wang and Songting Liu and Yifan Cheng and Ruoyi Zhang and Tianyu Li and Shidong Li and Yisheng Zheng and Xingwei Liu and Qingzheng Wang and Zhizhuo Zhou and Jiahua Liu and Xin Chen and Dawei Han},
4 year={2026},
5 eprint={2603.08823},
6 archivePrefix={arXiv},
7 primaryClass={cs.SD},
8 url={https://arxiv.org/abs/2603.08823},
9}