hexgrad/styletts2

🤗 Hugging Face 来源text-to-speechmit670 MBother✓ 4 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo hexgrad/styletts2 ./model-folder
需要做种者 →

This repository is a fossil.

This model is a direct ONNX conversion of yl4579/StyleTTS2-LibriTTS without modification to its weights and therefore inherits the original license. It currently powers a WebUI that performs TTS inference on CPU. To facilitate lazy loading, it is chunked into four parts.

The original PyTorch checkpoint, trained on a subset of LibriTTS by the authors of StyleTTS 2, can be considered a "base model", and it has some limitations. That base model should not be confused with Kokoro, a StyleTTS 2 variant using a different decoder architecture, which is currently only being hosted at https://hf.co/spaces/hexgrad/Kokoro-TTS.

This repository will likely remain dormant and undocumented. You are welcome to use these ONNX models subject to the original license, but be advised that in most cases PyTorch is likely the more suitable option. The ONNX conversion was not performance optimized and was intended for CPU usage. Informal benchmarking shows that this ONNX descendant is substantially outpaced by its PyTorch ancestor in GPU environments.