File size: 1,059 Bytes
b7bd5e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "engine_dir": "checkpoints/trt_engines",
  "precision": "bf16",
  "trt_verbose": false,
  "trt_static_batch": false,
  "trt_static_shape": false,
  "model_name": "flux-dev",
  "module_name": "vae",
  "onnx_path": "checkpoints/black-forest-labs_FLUX.1-dev-onnx/vae.opt/model.onnx",
  "engine_path": "checkpoints/trt_engines/flux-dev/vae/vae_bf16.trt_10.13.3.9.plan",
  "trt_tf32": true,
  "trt_bf16": true,
  "trt_fp8": false,
  "trt_fp4": false,
  "trt_build_strongly_typed": false,
  "custom_onnx_path": "checkpoints/black-forest-labs_FLUX.1-dev-onnx/vae.opt/model.onnx",
  "trt_update_output_names": null,
  "trt_enable_all_tactics": true,
  "trt_timing_cache": null,
  "trt_native_instancenorm": true,
  "trt_builder_optimization_level": 3,
  "trt_precision_constraints": "none",
  "min_batch": 1,
  "max_batch": 8,
  "z_channels": 16,
  "scale_factor": 0.3611,
  "shift_factor": 0.1159,
  "default_image_shape": 1024,
  "compression_factor": 8,
  "min_image_shape": 768,
  "max_image_shape": 1360,
  "min_latent_shape": 96,
  "max_latent_shape": 170
}