Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "QuantizedModel",
|
| 3 |
+
"source_model": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
|
| 4 |
+
"license": "apache-2.0",
|
| 5 |
+
"quantized_by": "Remudl",
|
| 6 |
+
"formats": {
|
| 7 |
+
"wan-vae.safetensors": {
|
| 8 |
+
"format": "bf16",
|
| 9 |
+
"size_gb": 0.24,
|
| 10 |
+
"notes": "Wan VAE"
|
| 11 |
+
}
|
| 12 |
+
}
|
| 13 |
+
}
|