QuantFunc commited on
Commit
6eaa35a
·
verified ·
1 Parent(s): 709674e

sync config.json from ModelScope

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "flux2_klein",
3
+ "architectures": [
4
+ "Flux2Transformer2DModel"
5
+ ],
6
+ "name_or_path": "QuantFunc/Klein-4B-Series",
7
+ "task": "text-to-image",
8
+ "framework": "quantfunc",
9
+ "license": "other",
10
+ "description": "Pre-quantized FLUX.2 Klein 4B text-to-image / image-editing model series by QuantFunc",
11
+ "_comment": "This is a minimal config to enable download stats on HF Hub. Not used for loading."
12
+ }