Instructions to use OpenSound/EzAudio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OpenSound/EzAudio with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("OpenSound/EzAudio") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Remove library name
#3
by nielsr HF Staff - opened
It doesn't look like this model is Diffusers compatible.
If you want to enable download metrics, see this guide: https://huggingface.co/docs/hub/models-download-stats