Upload config.json with huggingface_hub
Browse files- config.json +10 -5
config.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "custom_z_image",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ZImageTransformer2DModel"
|
| 5 |
+
],
|
| 6 |
+
"name_or_path": "QuantFunc/Z-Image-Series",
|
| 7 |
+
"task": "text-to-image",
|
| 8 |
+
"framework": "quantfunc",
|
| 9 |
+
"license": "other",
|
| 10 |
+
"description": "Pre-quantized Z-Image-Turbo text-to-image model series by QuantFunc",
|
| 11 |
+
"_comment": "This is a minimal config to enable download stats on HF Hub. Not used for loading."
|
| 12 |
}
|