Real-ESRGAN-x4plus / config.json
xocialize's picture
Add Real-ESRGAN-x4plus MLX fp16 (Real-ESRGAN port)
16c284e verified
Raw
History Blame Contribute Delete
324 Bytes
{
"name": "RealESRGAN_x4plus",
"arch": "RRDBNet",
"netscale": 4,
"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.1.0/RealESRGAN_x4plus.pth",
"wdn_url": "",
"hf_name": "Real-ESRGAN-x4plus"
}