nolanizer-v1 / config.json
mskayacioglu's picture
Publish Nolanizer V1 model package
1ff3830 verified
Raw
History Blame Contribute Delete
533 Bytes
{
"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
}
}