File size: 360 Bytes
4ba2aed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"model_type": "upscaler",
"scale": 2,
"in_channels": 3,
"width": 32,
"num_blocks": 3,
"feat1": 64,
"feat2": 32,
"use_refine": false,
"auto_map": {
"AutoConfig": "configuration_upscaler.UpscalerConfig",
"AutoModel": "modeling_upscaler.UpscalerModel",
"AutoImageProcessor": "image_processing_upscaler.UpscalerImageProcessor"
}
} |