mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user