We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8178088 commit 1093f9dCopy full SHA for 1093f9d
src/diffusers/pipelines/musicldm/pipeline_musicldm.py
@@ -51,7 +51,7 @@
51
>>> import torch
52
>>> import scipy
53
54
- >>> repo_id = "cvssp/audioldm-s-full-v2"
+ >>> repo_id = "ucsd-reach/musicldm"
55
>>> pipe = MusicLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
56
>>> pipe = pipe.to("cuda")
57
0 commit comments