Add config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["MageFlow"],
|
| 3 |
+
"base_model": "microsoft/Mage-Flow-Edit",
|
| 4 |
+
"format": "mage-flow-xpo3-single-file",
|
| 5 |
+
"model_type": "mage_flow_edit",
|
| 6 |
+
"pipeline_tag": "image-to-image",
|
| 7 |
+
"quantization": "XPO3-NVFP4",
|
| 8 |
+
"requires_compute_capability": "12.0"
|
| 9 |
+
}
|