找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 399|回复: 0

tortoise-tts

[复制链接]

93

主题

29

回帖

546

积分

高级会员

积分
546
发表于 2025-5-2 11:10:54 | 显示全部楼层 |阅读模式
GitHub - neonbjb/tortoise-tts:A multi-voice TTS system trained with an emphasis on quality

Note:Install on Windows:
If you want to use this on your own computer, you must have an NVIDIA GPU.
On Windows, I highly recommend using the Conda installation method. I have been told that if you do not do this, you will spend a lot of time chasing dependency problems.

Then run the following commands, using anaconda prompt as the terminal (or any other terminal configured to work with conda)
This will:
  • create conda environment with minimal dependencies specified
  • activate the environment
  • install pytorch with the command provided here: https://pytorch.org/get-started/locally/
  • clone tortoise-tts
  • change the current directory to tortoise-tts
  • run tortoise python setup install script
  1. conda create --name tortoise python=3.9 numba inflect
  2. conda activate tortoise
  3. conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
  4. conda install transformers=4.29.2
  5. git clone https://github.com/neonbjb/tortoise-tts.git
  6. <span class="pl-c1" style="box-sizing: border-box;">cd</span> tortoise-tts
  7. python setup.py install
复制代码



Optionally, pytorch can be installed in the base environment, so that other conda environments can use it too. To do this, simply send the conda install pytorch... line before activating the tortoise environment.
Note
When you want to use tortoise-tts, you will always have to ensure the tortoise conda environment is activated.

If you are on windows, you may also need to install pysoundfile:
  1. conda install -c conda-forge pysoundfile
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


QQ|Archiver|手机版|小黑屋|Bluetooth-UWB 联盟论坛 ( 京ICP备19003900号-5 )

GMT+8, 2025-12-5 04:36 , Processed in 0.014332 second(s), 26 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表