File size: 361 Bytes
41d73ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"architectures": [
"RealESRGANModel"
],
"auto_map": {
"AutoConfig": "config.RealESRGANConfig",
"AutoModel": "model.RealESRGANModel"
},
"model_type": "realesrgan",
"num_block": 23,
"num_feat": 64,
"num_grow_ch": 32,
"num_in_ch": 3,
"num_out_ch": 3,
"scale": 4,
"torch_dtype": "float32",
"transformers_version": "4.38.1"
}
|