Instructions to use cvssp/audioldm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cvssp/audioldm with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cvssp/audioldm", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md f9e2296
Update README.md 3631314
Update README.md f5bc28b
Update README.md 4c64d38
add license (#5) 05d0fab
Update README.md d3a65c3
bump diffusers version and update all configs 18acc5e
sanchit-gandhi commited on
Update README.md fb2dcff
sanchit-gandhi commited on
update unet config and params 5e10df3
sanchit-gandhi commited on
Update README.md c4dc2cc
bump diffusers version and update unet config 2dc45b7
sanchit-gandhi commited on
Update README.md 75df55c
Create README.md 37db3c8
Correct UNet model 25f7011
sanchit-gandhi commited on
Add model weights 41913dd
sanchit-gandhi commited on
initial commit 4bd1664
Sanchit Gandhi commited on