Coder Social home page Coder Social logo

unorthodox-oddball / text-generation-webui-edge-tts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from buffmcbighuge/text-generation-webui-edge-tts

0.0 0.0 0.0 11.11 MB

A very simple implementation of edge_tts w/ RVC for oobabooga text-generation-webui.

Python 100.00%

text-generation-webui-edge-tts's Introduction

text-generation-webui-edge-tts

A simple extension for the text-generation-webui by oobabooga that uses edge_tts for audio output. It also supports post-processing using RVC.

text-generation-webui-edge-tts

How to install

Assuming you already have the text-generation-webui set up (min version 1.6.1):

  1. Activate the conda environment using cmd_windows.bat
  2. Enter the text-generation-webui/extensions/ directory and clone this repository
cd text-generation-webui/extensions/
git clone https://github.com/Unorthodox-oddball/text-generation-webui-edge-tts.git
  1. Install the requirements
pip install fairseq-0.12.3.1-cp311-cp311-win_amd64.whl
pip install -r edge_tts/requirements.txt
  1. Add --extensions edge_tts to your startup script
    or
    enable it through the Session tab in the webui
  2. Download the required RVC models and place them in the extensions/edge_tts/models folder
curl -L -O https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt
curl -L -O https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt
  1. Add your .pth files to extensions/edge_tts/rvc_models

Notes

Edge TTS is a free API provided by Microsoft. An internet connection is required for the TTS to function.

RVC was inspired by rvc-tts-webui

text-generation-webui-edge-tts's People

Contributors

buffmcbighuge avatar unorthodox-oddball 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.