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": "Lightricks/LTX-2",
|
| 4 |
+
"license": "other",
|
| 5 |
+
"quantized_by": "Remudl",
|
| 6 |
+
"formats": {
|
| 7 |
+
"ltx-vae.safetensors": {
|
| 8 |
+
"format": "bf16",
|
| 9 |
+
"size_gb": 2.28,
|
| 10 |
+
"notes": "LTX VAE"
|
| 11 |
+
}
|
| 12 |
+
}
|
| 13 |
+
}
|