Create config.json
Browse files- config.json +20 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config_path": "configs/skittles-v2.json",
|
3 |
+
"flow_model_path": "skittles-v2.safetensors",
|
4 |
+
"model_version": "flux-schnell",
|
5 |
+
"flux_device": "cuda",
|
6 |
+
"autoencoder_path": null,
|
7 |
+
"autoencoder_device": "cuda",
|
8 |
+
"text_enc_path": null,
|
9 |
+
"text_enc_device": "cuda",
|
10 |
+
"num_to_quant": 20,
|
11 |
+
"compile": false,
|
12 |
+
"quant_text_enc": "qfloat8",
|
13 |
+
"quant_ae": false,
|
14 |
+
"offload_flow": false,
|
15 |
+
"offload_ae": true,
|
16 |
+
"offload_text_enc": true,
|
17 |
+
"prequantized_flow": false,
|
18 |
+
"quantize_modulation": true,
|
19 |
+
"quantize_flow_embedder_layers": false
|
20 |
+
}
|