Git Product home page Git Product logo

chattts-enhanced's Introduction

ChatTTS-Enhanced

项目预览

image

介绍

  • 音质增强/降噪解决Chat-TTS生成时的噪音问题。
  • 支持多TXT、SRT文件批量处理。
  • 支持长文本处理,支持中英混读。可自定义切割长度。
  • 支持导出srt文件。
  • 支持调节语速、停顿、笑声、口语化程度等参数。
  • 支持导入ChatTTS Speaker音色。详情看帮助。
  • 支持储存音色配置与选项配置。方便管理。

离线一键整合包

支持WIN、MAC

百度网盘

链接: https://pan.baidu.com/s/1DqvN2hHZ2uAmdjKCwKNmCQ?pwd=f5d4 提取码: f5d4

夸克网盘

链接:https://pan.quark.cn/s/4ee64af2aedb

部署

Windows

conda create -n Dlab python=3.10
conda activate Dlab
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install resemble-enhance --no-deps

https://github.com/erew123/alltalk_tts/releases/tag/deepspeed

pip install deepspeed-0.11.2+cuda118-cp310-cp310-win_amd64.whl
pip install -r requirements.txt
conda install -c conda-forge pynini==2.1.5
pip install WeTextProcessing
python webui/webui.py

Mac&Linux部署

conda create -n Dlab python=3.10
conda activate Dlab

Linux

conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia

Mac

conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 cpuonly -c pytorch
pip install resemble-enhance
pip install -r requirements.txt
pip install WeTextProcessing
python webui/webui.py

感谢

chattts-enhanced's People

Contributors

ccmahua avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.