ajh-code commited on
Commit
4e4fa7f
·
verified ·
1 Parent(s): e6a4957

Add config.json

Browse files
Files changed (1) hide show
  1. 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
+ }