File size: 1,293 Bytes
d9aea20 340f0a0 d9aea20 |
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
{
"version": "flux-dev",
"params": {
"in_channels": 64,
"vec_in_dim": 768,
"context_in_dim": 4096,
"hidden_size": 3072,
"mlp_ratio": 4.0,
"num_heads": 24,
"depth": 19,
"depth_single_blocks": 38,
"axes_dim": [
16,
56,
56
],
"theta": 10000,
"qkv_bias": true,
"guidance_embed": true
},
"ae_params": {
"resolution": 256,
"in_channels": 3,
"ch": 128,
"out_ch": 3,
"ch_mult": [
1,
2,
4,
4
],
"num_res_blocks": 2,
"z_channels": 16,
"scale_factor": 0.3611,
"shift_factor": 0.1159
},
"ckpt_path": "/big/generator-ui/flux-testing/flux/model-dir/flux1-dev.sft",
"ae_path": "/big/generator-ui/flux-testing/flux/model-dir/ae.sft",
"repo_id": "black-forest-labs/FLUX.1-dev",
"repo_flow": "flux1-dev.sft",
"repo_ae": "ae.sft",
"text_enc_max_length": 512,
"text_enc_path": "city96/t5-v1_1-xxl-encoder-bf16",
"text_enc_device": "cuda:0",
"ae_device": "cuda:0",
"flux_device": "cuda:0",
"flow_dtype": "float16",
"ae_dtype": "bfloat16",
"text_enc_dtype": "bfloat16",
"text_enc_quantization_dtype": "qfloat8",
"compile_extras": false,
"compile_blocks": false,
"offload_ae": false,
"offload_text_enc": false,
"offload_flow": false
} |