GHOSTAI VOICE
#5
by
ghostai1
- opened
- README.md +4 -3
- config.json +0 -35
README.md
CHANGED
@@ -3,7 +3,6 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- music
|
5 |
- text2music
|
6 |
-
- acestep
|
7 |
pipeline_tag: text-to-audio
|
8 |
language:
|
9 |
- en
|
@@ -23,11 +22,12 @@ language:
|
|
23 |
- hu
|
24 |
- ko
|
25 |
- hi
|
|
|
26 |
---
|
27 |
|
28 |
# ACE-Step: A Step Towards Music Generation Foundation Model
|
29 |
|
30 |
-

|
31 |
|
32 |
## Model Description
|
33 |
|
|
|
119 |
```
|
120 |
|
121 |
## Acknowledgements
|
122 |
+
This project is co-led by ACE Studio and StepFun.
|
123 |
+
|
config.json
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "ACEStepTransformer2DModel",
|
3 |
-
"_diffusers_version": "0.32.2",
|
4 |
-
"attention_head_dim": 128,
|
5 |
-
"in_channels": 8,
|
6 |
-
"inner_dim": 2560,
|
7 |
-
"lyric_encoder_vocab_size": 6693,
|
8 |
-
"lyric_hidden_size": 1024,
|
9 |
-
"max_height": 16,
|
10 |
-
"max_position": 32768,
|
11 |
-
"max_width": 32768,
|
12 |
-
"mlp_ratio": 2.5,
|
13 |
-
"num_attention_heads": 20,
|
14 |
-
"num_layers": 24,
|
15 |
-
"out_channels": 8,
|
16 |
-
"patch_size": [
|
17 |
-
16,
|
18 |
-
1
|
19 |
-
],
|
20 |
-
"rope_theta": 1000000.0,
|
21 |
-
"speaker_embedding_dim": 512,
|
22 |
-
"ssl_encoder_depths": [
|
23 |
-
8,
|
24 |
-
8
|
25 |
-
],
|
26 |
-
"ssl_latent_dims": [
|
27 |
-
1024,
|
28 |
-
768
|
29 |
-
],
|
30 |
-
"ssl_names": [
|
31 |
-
"mert",
|
32 |
-
"m-hubert"
|
33 |
-
],
|
34 |
-
"text_embedding_dim": 768
|
35 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|