File size: 533 Bytes
1ff3830
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "nolanizer",
  "architectures": [
    "SceneAdaptivePaletteModel"
  ],
  "framework": "pytorch",
  "task": "image-to-image",
  "model": {
    "feature_dim": 128,
    "planner_hidden_dim": 128,
    "num_palette_bases": 8,
    "lut_size": 33,
    "use_global_adjustments": true
  },
  "inference": {
    "checkpoint": "nolanizer_v1.pt",
    "weights": "ema",
    "input_color_space": "sRGB",
    "output_color_space": "sRGB",
    "intensity_min": 0.0,
    "intensity_max": 1.0,
    "recommended_intensity": 0.8
  }
}