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
README.md
CHANGED
|
@@ -4,7 +4,6 @@ tags:
|
|
| 4 |
- text-to-audio
|
| 5 |
- controlnet
|
| 6 |
pipeline_tag: text-to-audio
|
| 7 |
-
library_name: diffusers
|
| 8 |
---
|
| 9 |
|
| 10 |
<img src="https://github.com/haidog-yaqub/EzAudio/blob/main/arts/ezaudio.png?raw=true">
|
|
|
|
| 4 |
- text-to-audio
|
| 5 |
- controlnet
|
| 6 |
pipeline_tag: text-to-audio
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<img src="https://github.com/haidog-yaqub/EzAudio/blob/main/arts/ezaudio.png?raw=true">
|