Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenye234 committed Dec 1, 2023
1 parent e955dc8 commit ed050b2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ Implementation of the [CoMospeech](https://arxiv.org/pdf/2305.06908.pdf). For al

# Update

**NEW!** We also propose a well-designed SVC version based on consistency model ([Code](https://github.com/Grace9994/CoMoSVC)).
**2023-12-01**

We find that zero-mean Gaussian noise instead of the prior in grad-tts can also achieve similar performance. We alse release the new code and checkpoints.

We add Heun’s 2nd order method support for teacher model. (can be used for teacher model sampling and better ODE trajectory for consistency distillation)
- We also propose a well-designed Singing Voice Conversion (SVC) version, <span style="color:red"> **CoMoSVC** </span>, based on consistency model ([Code](https://github.com/Grace9994/CoMoSVC)).

**2023-11-30**

- We find that zero-mean Gaussian noise instead of the prior in grad-tts can also achieve similar performance. We alse release the new code and checkpoints.

**2023-10-21**

- We add Heun’s 2nd order method support for teacher model (can be used for teacher model sampling and better ODE trajectory for consistency distillation).

## Abstract

Expand Down

0 comments on commit ed050b2

Please sign in to comment.