| { | |
| "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" | |
| } | |
| } |