-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 1.2 sft checkpoints, inference.ipynb and READMEs
- Loading branch information
Showing
20 changed files
with
185 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# --infer | ||
# --api | ||
--listen 0.0.0.0:8080 \ | ||
--llama-checkpoint-path "checkpoints/fish-speech-1.2" \ | ||
--decoder-checkpoint-path "checkpoints/fish-speech-1.2/firefly-gan-vq-fsq-4x1024-42hz-generator.pth" \ | ||
--llama-checkpoint-path "checkpoints/fish-speech-1.2-sft" \ | ||
--decoder-checkpoint-path "checkpoints/fish-speech-1.2-sft/firefly-gan-vq-fsq-4x1024-42hz-generator.pth" \ | ||
--decoder-config-name firefly_gan_vq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Fish Speech | ||
|
||
<div> | ||
<a target="_blank" href="https://discord.gg/Es5qTB9BcN"> | ||
<img alt="Discord" src="https://img.shields.io/discord/1214047546020728892?color=%23738ADB&label=Discord&logo=discord&logoColor=white&style=flat-square"/> | ||
</a> | ||
<a target="_blank" href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=jCKlUP7QgSm9kh95UlBoYv6s1I-Apl1M&authKey=xI5ttVAp3do68IpEYEalwXSYZFdfxZSkah%2BctF5FIMyN2NqAa003vFtLqJyAVRfF&noverify=0&group_code=593946093"> | ||
<img alt="QQ" src="https://img.shields.io/badge/QQ Group-%2312B7F5?logo=tencent-qq&logoColor=white&style=flat-square"/> | ||
</a> | ||
<a target="_blank" href="https://hub.docker.com/r/lengyue233/fish-speech"> | ||
<img alt="Docker" src="https://img.shields.io/docker/pulls/lengyue233/fish-speech?style=flat-square&logo=docker"/> | ||
</a> | ||
<a target="_blank" href="https://github.com/fishaudio/fish-speech/actions/workflows/build-windows-package.yml"> | ||
<img alt="Action" src="https://img.shields.io/github/actions/workflow/status/fishaudio/fish-speech/build-windows-package.yml?style=flat-square&label=Build%20Windows%20Package&logo=github"/> | ||
</a> | ||
</div> | ||
|
||
此代码库及模型根据 CC-BY-NC-SA-4.0 许可证发布。请参阅 [LICENSE](LICENSE) 了解更多细节. | ||
|
||
## 免责声明 | ||
|
||
我们不对代码库的任何非法使用承担任何责任. 请参阅您当地关于 DMCA (数字千年法案) 和其他相关法律法规. | ||
|
||
## 在线 DEMO | ||
|
||
[Fish Audio](https://fish.audio) | ||
|
||
## 快速开始本地推理 | ||
|
||
[inference.ipynb](/inference.ipynb) | ||
|
||
## 视频 | ||
|
||
#### 1.2 介绍: https://www.bilibili.com/video/BV1wz421B71D | ||
|
||
#### 1.1 技术介绍: https://www.bilibili.com/video/BV1zJ4m1K7cj | ||
|
||
## 文档 | ||
|
||
- [English](https://speech.fish.audio/en/) | ||
- [中文](https://speech.fish.audio/) | ||
- [日本語](https://speech.fish.audio/ja/) | ||
|
||
## 例子 | ||
|
||
- [English](https://speech.fish.audio/en/samples/) | ||
- [中文](https://speech.fish.audio/samples/) | ||
- [日本語](https://speech.fish.audio/ja/samples/) | ||
|
||
## 鸣谢 | ||
|
||
- [VITS2 (daniilrobnikov)](https://github.com/daniilrobnikov/vits2) | ||
- [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2) | ||
- [GPT VITS](https://github.com/innnky/gpt-vits) | ||
- [MQTTS](https://github.com/b04901014/MQTTS) | ||
- [GPT Fast](https://github.com/pytorch-labs/gpt-fast) | ||
- [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) | ||
|
||
## 赞助 | ||
|
||
<div> | ||
<a href="https://6block.com/"> | ||
<img src="https://avatars.githubusercontent.com/u/60573493" width="100" height="100" alt="6Block Avatar"/> | ||
</a> | ||
<br> | ||
<a href="https://6block.com/">数据处理服务器由 6Block 提供</a> | ||
</div> | ||
<div> | ||
<a href="https://www.lepton.ai/"> | ||
<img src="https://www.lepton.ai/favicons/apple-touch-icon.png" width="100" height="100" alt="Lepton Avatar"/> | ||
</a> | ||
<br> | ||
<a href="https://www.lepton.ai/">Fish Audio 在线推理与 Lepton 合作</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.