Skip to content

Commit 1093f9d

Browse files
authored
[docs] MusicLDM (#5854)
* fix * feedback
1 parent 8178088 commit 1093f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/musicldm/pipeline_musicldm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
>>> import torch
5252
>>> import scipy
5353
54-
>>> repo_id = "cvssp/audioldm-s-full-v2"
54+
>>> repo_id = "ucsd-reach/musicldm"
5555
>>> pipe = MusicLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
5656
>>> pipe = pipe.to("cuda")
5757

0 commit comments

Comments
 (0)