Create config.json
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FluxTransformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.32.0",
|
| 4 |
+
"model_type": "flux",
|
| 5 |
+
"quantization_config": {
|
| 6 |
+
"quant_method": "fp8",
|
| 7 |
+
"quant_type": "e4m3fn"
|
| 8 |
+
},
|
| 9 |
+
"base_model": "black-forest-labs/FLUX.2-klein-base-9B",
|
| 10 |
+
"model_name": "BigLoveKleinFp8"
|
| 11 |
+
}
|