RSNuts commited on
Commit
2856b33
1 Parent(s): 773b2c9

Update README.md (#1)

Browse files

- Update README.md (d11cf7f21beb90421d3d575b7ee9a077fb7bdd83)

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -24,7 +24,8 @@ result is generated music that is more diverse while staying faithful to the cor
24
 
25
  - [**🧨 Diffusers Pipeline**](https://huggingface.co/docs/diffusers/api/pipelines/musicldm)
26
  - [**Paper**](https://huggingface.co/papers/2308.01546)
27
- - [**Demo**](https://huggingface.co/spaces/cvssp/musicldm)
 
28
 
29
  # Usage
30
 
@@ -86,7 +87,7 @@ import torch
86
  from diffusers import MusicLDMPipeline
87
 
88
  # load the pipeline
89
- repo_id = "cvssp/musicldm"
90
  pipe = MusicLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
91
  pipe = pipe.to("cuda")
92
 
@@ -116,7 +117,7 @@ scipy.io.wavfile.write("techno.wav", rate=16000, data=audio[0])
116
  ```
117
  @article{chen2023musicldm,
118
  title={"MusicLDM: Enhancing Novelty in Text-to-Music Generation Using Beat-Synchronous Mixup Strategies"},
119
- author={Chen, Ke and Wu, Yusong and Liu, Haohe and Nezhurina, Marianna and Berg-Kirkpatrick, Taylor and Dubnov, Shlomo},
120
  journal={arXiv preprint arXiv:2308.01546},
121
  year={2023}
122
  }
 
24
 
25
  - [**🧨 Diffusers Pipeline**](https://huggingface.co/docs/diffusers/api/pipelines/musicldm)
26
  - [**Paper**](https://huggingface.co/papers/2308.01546)
27
+ - [**Demo**](https://musicldm.github.io)
28
+ - [**Try It!!**](https://huggingface.co/spaces/ircam-reach/musicldm-text-to-music)
29
 
30
  # Usage
31
 
 
87
  from diffusers import MusicLDMPipeline
88
 
89
  # load the pipeline
90
+ repo_id = "ircam-reach/musicldm"
91
  pipe = MusicLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
92
  pipe = pipe.to("cuda")
93
 
 
117
  ```
118
  @article{chen2023musicldm,
119
  title={"MusicLDM: Enhancing Novelty in Text-to-Music Generation Using Beat-Synchronous Mixup Strategies"},
120
+ author={Chen*, Ke and Wu*, Yusong and Liu*, Haohe and Nezhurina, Marianna and Berg-Kirkpatrick, Taylor and Dubnov, Shlomo},
121
  journal={arXiv preprint arXiv:2308.01546},
122
  year={2023}
123
  }