1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[docs] MusicLDM (#5854)

* fix

* feedback
This commit is contained in:
Steven Liu
2023-11-21 06:27:41 -08:00
committed by GitHub
parent 81780882b8
commit 1093f9d615

View File

@@ -51,7 +51,7 @@ EXAMPLE_DOC_STRING = """
>>> 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")