File size: 672 Bytes
83a525a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "kind": "diffusion",
  "version": "0.2",
  "diffusion": {
    "model_id": "black-forest-labs/FLUX.2-klein-4B",
    "type": "flux2",
    "prediction_type": "flow_matching",
    "encoder_scale_factor": 1.0,
    "decoder_scale_factor": 1.0,
    "decoder_shift_factor": 0.0,
    "batch_norm_eps": 0.0001,
    "guidance_embeds": false,
    "image_size": 1024,
    "default_guidance_scale": 1.0,
    "default_steps": 4,
    "rope_axes_dims": [32, 32, 32, 32],
    "rope_theta": 2000
  },
  "assets": {
    "text_encoder": "TextEncoder.aimodel",
    "transformer": "Transformer.aimodel",
    "vae_decoder": "VAEDecoder.aimodel",
    "vae_encoder": "VAEEncoder.aimodel"
  }
}