| { | |
| "config_path": "configs/config-schnell.json", | |
| "flow_model_path": "flux1-schnell.safetensors", | |
| "model_version": "flux-schnell", | |
| "flux_device": "cuda", | |
| "autoencoder_path": null, | |
| "autoencoder_device": "cuda", | |
| "text_enc_path": null, | |
| "text_enc_device": "cuda", | |
| "num_to_quant": 20, | |
| "compile": false, | |
| "quant_text_enc": "qfloat8", | |
| "quant_ae": false, | |
| "offload_flow": false, | |
| "offload_ae": true, | |
| "offload_text_enc": true, | |
| "prequantized_flow": false, | |
| "quantize_modulation": true, | |
| "quantize_flow_embedder_layers": false | |
| } | |