solphor commited on
Commit
e5490f8
·
verified ·
1 Parent(s): 85d1060

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "black-forest-labs/FLUX.2-dev",
3
+ "base_model_relation": "quantized",
4
+ "quantization": "int8-w8a8-convrot",
5
+ "runtime": "ComfyUI-INT8-Fast"
6
+ }