skroed
commited on
Commit
·
2f6a8bd
1
Parent(s):
ea9ca39
Chore: Update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
1 |
+
# Handler for AudioLDM2
|
2 |
+
This repo can be used to deploy an endpoint for creating music with `AudioLDM2`. It implements most of the optimizations from https://huggingface.co/blog/audioldm2.
|
3 |
+
|
4 |
+
The following parameters are exposed:
|
5 |
+
- inputs (the description of the song)
|
6 |
+
- duration (the length, defaults to 30s)
|
7 |
+
- negative prompt (the negative propmt, defaults to `Low quality, average quality.`)
|
8 |
---
|
9 |
license: mit
|
10 |
---
|