Giter Site home page Giter Site logo

lightgrad's Introduction

LightGrad: Lightweight Diffusion Probabilistic Model for Text-to-speech

Demos are available at: https://thuhcsi.github.io/LightGrad/

Setup Environment

Install python 3.10.

Then, run:

git clone --recursive https://github.com/thuhcsi/LightGrad.git
python -m pip install -r requirements.txt

Training

Preprocess for BZNSYP

Download dataset from url. Run

python preprocess.py bznsyp [PATH_TO_DIRECTORY_CONTAINING_DATASET] \
    [PATH_TO_DIRECTORY_FOR_SAVING_PREPROCESS_RESULTS] \
    --test_sample_count 200 --valid_sample_count 200

This will produce phn2id.json, train_dataset.json, test_dataset.json, valid_dataset.json in [PATH_TO_DIRECTORY_FOR_SAVING_PREPROCESS_RESULTS].

Preprocess for LJSpeech

Download dataset from url. Run

python preprocess.py ljspeech [PATH_TO_DIRECTORY_CONTAINING_DATASET] \
    [PATH_TO_DIRECTORY_FOR_SAVING_PREPROCESS_RESULTS] \
    --test_sample_count 200 --valid_sample_count 200

This will produce phn2id.json, train_dataset.json, test_dataset.json, valid_dataset.json in [PATH_TO_DIRECTORY_FOR_SAVING_PREPROCESS_RESULTS].

Training for BZNSYP

Edit config/bznsyp_config.yaml, set train_datalist_path, valid_datalist_path, phn2id_path and log_dir. Run:

python train.py -c config/bznsyp_config.yaml

Training for LJSpeech

Edit config/ljspeech_config.yaml, set train_datalist_path, valid_datalist_path, phn2id_path and log_dir. Run:

python train.py -c config/ljspeech_config.yaml

Inference

Edit inference.ipynb. Set HiFiGAN_CONFIG, HiFiGAN_ckpt and ckpt_path to corresponding files, respectively.

  • Note: add_blank in inference.ipynb should be the same as that in LightGrad/dataset.py.

References

lightgrad's People

Contributors

unrea1-sama 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.