Upload folder using huggingface_hub
Browse files- vae/config.json +24 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
vae/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderOobleck",
|
| 3 |
+
"_diffusers_version": "0.34.0",
|
| 4 |
+
"_name_or_path": "/root/data/repo/gongjunmin/ACE-Step-1.5/checkpoints/vae/",
|
| 5 |
+
"audio_channels": 2,
|
| 6 |
+
"channel_multiples": [
|
| 7 |
+
1,
|
| 8 |
+
2,
|
| 9 |
+
4,
|
| 10 |
+
8,
|
| 11 |
+
16
|
| 12 |
+
],
|
| 13 |
+
"decoder_channels": 128,
|
| 14 |
+
"decoder_input_channels": 64,
|
| 15 |
+
"downsampling_ratios": [
|
| 16 |
+
2,
|
| 17 |
+
4,
|
| 18 |
+
4,
|
| 19 |
+
6,
|
| 20 |
+
10
|
| 21 |
+
],
|
| 22 |
+
"encoder_hidden_size": 128,
|
| 23 |
+
"sampling_rate": 48000
|
| 24 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da17edb604c40deaf09e9b24974e590d1ca83a374070e5d0884cfa4bed9a99b0
|
| 3 |
+
size 337431388
|