Giter Club home page Giter Club logo

vall-e-x-tools's Introduction

What Is This

VALL-E-X 用のツール類

フォークした日本語版もあります https://github.com/kuwacom/VALL-E-X-JP

How To Use

以下本家リポジトリを参考に進めていきます https://github.com/Plachtaa/VALL-E-X

リポジトリのクローン

先に本家リポジトリ内のソースコードの一部をコピーしてきます

必要なファイル・フォルダは

customs data images models modules nltk_data prompts utils whisper

の計9フォルダです

Python環境の作成

仮想環境の作成

次に venv を利用して環境を構築していきます

それぞれのOSにあったコマンドを実行してください (コマンド等が違う場合はその都度修正してください)

Windows

py -3.10 -m venv venv

Linux

python3 -m venv venv

モジュールのインストール

次にモジュールをインストールします

先ほど準備した仮想環境へアクティベートした状態で行ってください

./venv/Scripts/activate

プリセットでは二つの環境のみ用意してありますのでそれ以外の場合は各自変更してください

CUDA 12.1

pip install -r req-cuda-12.1.txt

torch類は https://pytorch.org/get-started/locally/ より手動で入れます

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

CUDA 12.1

pip install -r req.txt

以上で環境の構築は終了です

動作テスト

以下のファイルを実行して動作のテストをしてください

test.py

WEBGUI

WEBGUIは本家様作成の物をベースに改造したものがあります(日本語のみ)

以下のファイルを実行して利用してください

launch-ui.py

vall-e-x-tools's People

Contributors

kuwacom avatar

Stargazers

 avatar

Watchers

 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.