Coder Social home page Coder Social logo

fastrocket / tortoise-webui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from natlamir/tortoise-webui

0.0 0.0 0.0 54.11 MB

A multi-voice TTS system trained with an emphasis on quality

License: Apache License 2.0

Python 26.74% HTML 8.01% Jupyter Notebook 65.13% Dockerfile 0.11%

tortoise-webui's Introduction

Check out original repo for more details and usage: Original Repo

Windows Install

  1. Create and activate new conda environment.
conda create --name tortoise-WebUI python=3.9 -y && conda activate tortoise-WebUI
  1. Install pytorch.
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y
  1. Confirm CUDA is available
python
import torch
torch.cuda.is_available()
exit()

  1. Clone the repository and cd into the new folder
git clone https://github.com/natlamir/tortoise-WebUI.git && cd tortoise-WebUI
  1. Install dependencies
pip install -r requirements.txt
  1. Install pysoundfile
conda install -c conda-forge pysoundfile -y
  1. Run tortoise setup file
python setup.py install

Usage

Using the example command from original repo

python tortoise/do_tts.py --text "we have now re-installed tortoise. enjoy!" --voice random --preset fast

Or use this command to locally run the gradio web UI (same as the one from huggingface space) with some modifications to be able to use locally

python app.py

tortoise-webui's People

Contributors

neonbjb avatar manmay-nakhashi avatar jnordberg avatar natlamir avatar jerry-master avatar rsxdalv avatar osanseviero avatar n8bot avatar netshade avatar whatthesamuel avatar marcusllewellyn avatar nirantk avatar rgkirch avatar wonbin-jung avatar spottenn avatar narviii avatar wavymulder avatar serggonin avatar noureldin-osama avatar e0xextazy avatar kianmeng avatar kevinastock avatar space-pope avatar jaimu97 avatar eltociear avatar huwprosser avatar mogwai avatar livshitz avatar dylancaponi avatar faad3 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.