Upload model_index.json with huggingface_hub
Browse files- model_index.json +21 -0
model_index.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AudioDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"_name_or_path": "teticio/audio-diffusion-instrumental-hiphop-256",
|
5 |
+
"mel": [
|
6 |
+
"diffusers",
|
7 |
+
"Mel"
|
8 |
+
],
|
9 |
+
"scheduler": [
|
10 |
+
"diffusers",
|
11 |
+
"DDPMScheduler"
|
12 |
+
],
|
13 |
+
"unet": [
|
14 |
+
"diffusers",
|
15 |
+
"UNet2DModel"
|
16 |
+
],
|
17 |
+
"vqvae": [
|
18 |
+
null,
|
19 |
+
null
|
20 |
+
]
|
21 |
+
}
|