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": "black-forest-labs/FLUX.1-dev",
|
| 4 |
+
"license": "apache-2.0",
|
| 5 |
+
"quantized_by": "Remudl",
|
| 6 |
+
"formats": {
|
| 7 |
+
"flux-vae.safetensors": {
|
| 8 |
+
"format": "bf16",
|
| 9 |
+
"size_gb": 0.16,
|
| 10 |
+
"notes": "FLUX VAE"
|
| 11 |
+
}
|
| 12 |
+
}
|
| 13 |
+
}
|