Skip to content

Commit

Permalink
Add link to HF spaces; remove anonymous pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-YT committed Jun 11, 2024
1 parent 44e98ce commit 07db3c0
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 6,374 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# ConsistencyTTA: Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation

This is the [**official website**](https://consistency-tta.github.io) for the paper \
"Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation" \
*ConsistencyTTA: Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation* \
from Microsoft Applied Science Group and UC Berkeley \
by [Yatong Bai](https://bai-yt.github.io),
[Trung Dang](https://www.microsoft.com/applied-sciences/people/trung-dang),
[Dung Tran](https://www.microsoft.com/applied-sciences/people/dung-tran),
[Kazuhito Koishida](https://www.microsoft.com/applied-sciences/people/kazuhito-koishida),
and [Somayeh Sojoudi](https://people.eecs.berkeley.edu/~sojoudi/).

**[[Preprint Paper](https://arxiv.org/abs/2309.10740)]**     
**[[Project Homepage](https://consistency-tta.github.io)]**     
**[[Code](https://github.com/Bai-YT/ConsistencyTTA)]**     
**[[Model Checkpoints](https://huggingface.co/Bai-YT/ConsistencyTTA)]**     
**[[Live Demo](https://huggingface.co/spaces/Bai-YT/ConsistencyTTA)]**   
**[[Preprint Paper](https://arxiv.org/abs/2309.10740)]**   
**[[Project Homepage](https://consistency-tta.github.io)]**   
**[[Code](https://github.com/Bai-YT/ConsistencyTTA)]**   
**[[Model Checkpoints](https://huggingface.co/Bai-YT/ConsistencyTTA)]**   
**[[Generation Examples](https://consistency-tta.github.io/demo.html)]**


Expand All @@ -35,8 +36,8 @@ single-step models stack up with previous methods, most of which mostly require
### Cite Our Work (BibTeX)

```bibtex
@article{bai2023accelerating,
title={Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation},
@article{bai2023consistencytta,
title={ConsistencyTTA: 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}
Expand Down
1,741 changes: 0 additions & 1,741 deletions demo-anony.html

This file was deleted.

3 changes: 3 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ <h3><span style="font-weight: 900; font-size: 22px">ConsistencyTTA:</span>
<a href="https://arxiv.org/abs/2309.10740" target="_blank">
<button class="paper-button">Preprint Paper</button>
</a>
<a href="https://huggingface.co/spaces/Bai-YT/ConsistencyTTA" target="_blank">
<button class="livedemo-button">🤗 Live Demo</button>
</a>
<a href="https://github.com/Bai-YT/ConsistencyTTA" target="_blank">
<button class="code-button"><i class="fab fa-github"></i>Code&nbsp;&nbsp;</button>
</a>
Expand Down
1,744 changes: 0 additions & 1,744 deletions diversity-anony.html

This file was deleted.

3 changes: 3 additions & 0 deletions diversity.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ <h3><span style="font-weight: 900; font-size: 22px">ConsistencyTTA:</span>
<a href="https://arxiv.org/abs/2309.10740" target="_blank">
<button class="paper-button">Preprint Paper</button>
</a>
<a href="https://huggingface.co/spaces/Bai-YT/ConsistencyTTA" target="_blank">
<button class="livedemo-button">🤗 Live Demo</button>
</a>
<a href="https://github.com/Bai-YT/ConsistencyTTA" target="_blank">
<button class="code-button"><i class="fab fa-github"></i>Code&nbsp;&nbsp;</button>
</a>
Expand Down
2,762 changes: 0 additions & 2,762 deletions evaluation-anony.html

This file was deleted.

2 changes: 1 addition & 1 deletion evaluation.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Example Human Evaluation Form</h1>
<b>ConsistencyTTA: Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation</b><br>
Yatong Bai, Trung Dang, Dung Tran, Kazuhito Koishida, Somayeh Sojoudi<br><br>
<!-- Home button -->
<a href="index.html"><button class="home-button">Project Home Page</button></a><br><br>
<a href="index.html"><button class="home-button-wide">Project Home Page</button></a><br><br>

<hr>
<h3>Criteria for overall audio quality</h3>
Expand Down
110 changes: 0 additions & 110 deletions index-anony.html

This file was deleted.

5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ <h4 class="institution">
<div style="height: 13px;"></div>

<!-- Buttons -->
<a href="demo.html"><button class="demo-button">Demo Page</button></a>
<a href="demo.html"><button class="demo-button">Generation Examples</button></a>
<a href="https://arxiv.org/abs/2309.10740" target="_blank">
<button class="paper-button">Preprint Paper</button>
</a>
<a href="https://huggingface.co/spaces/Bai-YT/ConsistencyTTA" target="_blank">
<button class="livedemo-button">🤗 Live Demo</button>
</a>
<a href="https://github.com/Bai-YT/ConsistencyTTA" target="_blank">
<button class="code-button"><i class="fab fa-github"></i>Code&nbsp;&nbsp;</button>
</a>
Expand Down
45 changes: 37 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ header h3 {

.institution {
font-weight: 200;
font-size: 1em;
font-size: 1.1em;
font-style: italic;
margin-top: -.4em;
}
Expand Down Expand Up @@ -102,24 +102,38 @@ button {
}

.home-button {
background-color: #597a47;
background-color: #5d5d5d;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 180px;
width: 130px;
height: 70px;
vertical-align: middle;
}

.home-button-wide {
background-color: #5d5d5d;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 200px;
vertical-align: middle;
}

.demo-button {
background-color: #7a5947;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 180px;
width: 130px;
height: 70px;
vertical-align: middle;
}

.hf-button {
background-color: #c1436d;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 200px;
width: 130px;
height: 70px;
vertical-align: middle;
}

.eval-button {
Expand All @@ -134,16 +148,31 @@ button {
text-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 180px;
width: 130px;
height: 70px;
vertical-align: middle;
}

.code-button {
.livedemo-button {
background-color: #df801d;
font-weight: bold;
text-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 160px;
width: 140px;
height: 70px;
vertical-align: middle;
}

.code-button {
background-color: #18a74c;
font-weight: bold;
text-shadow: 3px 3px 1.5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 0px 13px;
width: 130px;
height: 70px;
vertical-align: middle;
}

a .fab.fa-github {
Expand Down

0 comments on commit 07db3c0

Please sign in to comment.