Real-ESRGAN-x2plus / config.json
xocialize's picture
Add Real-ESRGAN-x2plus MLX fp16 (Real-ESRGAN port)
c42bece verified
{
"name": "RealESRGAN_x2plus",
"arch": "RRDBNet",
"netscale": 2,
"num_feat": 64,
"num_block": 23,
"num_grow_ch": 32,
"num_conv": 16,
"act_type": "prelu",
"pth_url": "https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth",
"wdn_url": "",
"hf_name": "Real-ESRGAN-x2plus"
}