-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
## Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation | ||
|
||
This website is the official site for the paper Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation by Yatong Bai, Trung Dang, Dung Tran, Kazuhito Koishida, and Somayeh Sojoudi. | ||
This is the official website for the paper [*Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation*](https://arxiv.org/abs/2309.10740) by [Yatong Bai](https://bai-yt.github.io), Trung Dang, Dung Tran, Kazuhito Koishida, and Somayeh Sojoudi. | ||
|
||
The webpage has two portions: a demo page and an example of the human evaluation form. | ||
The webpage includes a [demo page](https://consistency_tta.github.io/demo.html) and [an example of the human evaluation form](https://consistency_tta.github.io/evaluation.html). | ||
|
||
#### Citing our work (BibTeX) | ||
|
||
```bibtex | ||
@article{bai2023accelerating, | ||
title={Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation}, | ||
author={Bai, Yatong and Dang, Trung and Tran, Dung and Koishida, Kazuhito and Sojoudi, Somayeh}, | ||
journal={arXiv preprint arXiv:2309.10740}, | ||
year={2023} | ||
} | ||
``` |