Skip to content

Commit

Permalink
[docs] MusicLDM (huggingface#5854)
Browse files Browse the repository at this point in the history
* fix

* feedback
  • Loading branch information
stevhliu authored and andres committed Nov 24, 2023
1 parent db71a80 commit c9cdbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/pipelines/musicldm/pipeline_musicldm.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
>>> import torch
>>> import scipy
>>> repo_id = "cvssp/audioldm-s-full-v2"
>>> repo_id = "ucsd-reach/musicldm"
>>> pipe = MusicLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
>>> pipe = pipe.to("cuda")
Expand Down

0 comments on commit c9cdbb8

Please sign in to comment.