Giter Site home page Giter Site logo

tortoisetts-gui's Introduction

TortoiseTTS GUI

New: Ability to encode entire books automatically

Check out readEntireBook.py it allows you to paste enormously large text files and splits them into clusters. It will then split those clusters into individual sentences using tortoise built in tools. This allows you to read more files than the read.py limit which is around 20000 characters on my machine.

What is this?

This is a gradio GUI to make it easier to use Tortoise TTS Check it out for more information such as cloning your own voice or others

You can find guides and demo colab link in there. I've yet to make a colab to include the gui but it should be fairly easy.

What does this repo include?

The gradioUI I've written in python and a simple middleman script I've created to make it easier to interact with the api.

Installation

Follow the installation guide here Tortoise Local Installation then simply put the files in the root directors, create a shell there and run gradeui.py. If you wanna use merger.py ensure that ffprobe is in the path or working directory, otherwise you might get file not found error.

Sentence vs Longform

Sentence should be used when synthesizing one or two sentences whereas longform should be used for longer content. Sentence works like do_tts.py whereas longform works like read.py. Keep in mind that longform will only return a single clip regardless of selected numOfOutputs.

WARNING - Update

I'm not a 100% sure if arbitary code can be executed because I'm using cmd while generating longform audio. All requests are checked against a dictionary except the text so the text is the only thing that could be a possible attack vector. However the text is written to a txt file then the read.py reads it from there so unless there is an exploit that can execute code using the read.py it should be safe.

What's up with the voice selections?

Those are just the voices I've made myself, unfortunately I don't want to be hold liable publishing anyone elses voice on GitHub so you need to find recordings of the voices of the people you want to use yourself. More info in the Tortoise TTS repo.

tortoisetts-gui's People

Contributors

superusernameman avatar ttuleyb 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.