Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWaiCheuk authored Nov 5, 2024
1 parent 4c0a9dc commit 47fc641
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Latent Diffusion Bridges for Unsupervised Musical Audio Timbre Transfer

This codebase is for the following [paper](https://arxiv.org/abs/2409.06096). Pretrained model weights and computed Encodec mean and std tensors are available [here](https://zenodo.org/records/13849169).
This codebase is for the following [paper](https://arxiv.org/abs/2409.06096) with a corresponding [demo](https://sony.github.io/diffusion-timbre-transfer/) page.

Supplementary material for the theoretical results and proofs is also [avaliable](https://sony.github.io/diffusion-timbre-transfer/Appendix.pdf).

Pretrained model weights and computed Encodec mean and std tensors are available [here](https://zenodo.org/records/13849169).
## Diffusion Bridges
An example of running inference for diffusion brindges can be found in `inference.ipynb`.
## Setup
Expand Down

0 comments on commit 47fc641

Please sign in to comment.