upscaler / config.json
TutlaytAI's picture
Upload folder using huggingface_hub
4ba2aed verified
raw
history blame contribute delete
360 Bytes
{
"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"
}
}