Giter Club home page Giter Club logo

voiceflow-tts's People

Contributors

cantabile-kwok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

voiceflow-tts's Issues

does the `cond` need to be projected to same channels in DiffSingerNet?

This code does not work.

diffnet = DiffSingerNet()

x = torch.randn(2, 80, 10)
x_mask = torch.ones(2, 1, 10)
t = torch.tensor([1])
mu = torch.randn(2, 80, 10)

diffnet(x, x_mask, mu, t)

The following code works.

diffnet = DiffSingerNet()

x = torch.randn(2, 80, 10)
x_mask = torch.ones(2, 1, 10)
t = torch.tensor([1])
mu = torch.randn(2, 128, 10)

diffnet(x, x_mask, mu, t)

synthesis quality

Hi author, I attempt to train VoiceFlow in aishell3 dataset, but some noise appeared in synthesized audio.
Maybe it because of english vocoder?

Aboute Dataset

Hello! I'm working on building my own dataset. Could you give me an example of Python code that generates phoneme sequences (text) and their corresponding durations (phn_duration).

Influence of `sigma_t` in `loss_t`

Hi, thanks for your great work. I notice that you add a small gaussian noise when sampling x_t in CFM:

mu_t = t_unsqueeze * x1 + (1 - t_unsqueeze) * x0  # conditional Gaussian mean
sigma_t = self.sigma_min
x = mu_t + sigma_t * torch.randn_like(x1)  # sample p_t(x|x_0, x_1)

This matches the description in your paper. However, I see most other works of rectified flow do not use this sigma_t and they simply use the mean value mu_t as the sampled x_t. I wonder if you have explored on how big influence this sigma_t has on the model performance, and what is the appropriate range of values for sigma_t ? Thanks for your help in advance.

Error occurred during extracting mel-spectrogram

Thank you for your interesting and valuable research.
I'm having trouble running the following command in terminal:

bash extract_fbank.sh --stage 0 --stop_stage 2 --nj 16

The sampling rate of the original ljspepech dataset is 22050Hz, but an error seems to have occurred in the process of downsampling it to 16kHz.

This is the error message written in 'exp/make_fbank/ljspeech/train/make_fbank_train.*.log'.

`Traceback (most recent call last):
  File "path/to/VoiceFlow-TTS/utils/compute-fbank-feats.py", line 105, in <module>
    main()
  File "/path/to/VoiceFlow-TTS/utils/compute-fbank-feats.py", line 86, in main
    assert rate == args.fs
AssertionError
# Accounting: time=2 threads=1
# Ended (code 1) at Tue 09 Apr 2024 02:01:15 AM UTC, elapsed time 2 seconds`

Thank you.

Discussing regarding CFM's density calculation

Is it possible to calculate density like normalising flows and then use it as KL divergence (like vits) for end2end training?
(i saw the easter eggs, just wanna know your thoughts about this)

Lack something

How can i get the parse_options.sh ?
$bash extract fbank.sh-stage 0--stop stage 2 --nj 16
extract fbank.sh: line 20:parse options.sh: No such file or directory

About Pre-trained Model

Hello,

First of all, thank you for sharing the code!

I was wondering if you have any plans to release a pre-trained model trained on LibriTTS.

Lacking cmvn.ark

How can i get it ?
$bash extract_fbank.sh --stage 0 --stop_stage 2 --nj 16 --sampling_rate 22050
utils/apply-cmvn.py: FileNotFoundError: [Errno 2] No such file or directory: **/cmvn.ark

about tts results

Hi author, I wonder how many epochs can got some good results, which can distinguish human voices

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.