Instructions to use cvssp/audioldm-m-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cvssp/audioldm-m-full 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-m-full", torch_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
Adding `safetensors` variant of this model (#3) 9d4998f
Update README.md 30a3b59
Update README.md c04e06d
Update README.md 77e8492
Update README.md 41aa0c4
Update README.md c98f431
Create README.md ebeda54
Add weights and configs 77869a7
Sanchit Gandhi commited on
initial commit 0d51469
Sanchit Gandhi commited on