File size: 603 Bytes
3ca8b87
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
nafnet-mlx
Apple MLX port of NAFNet (Simple Baselines for Image Restoration).

This work is licensed under the MIT License.

Derived from:
- megvii-research/NAFNet (MIT) — official PyTorch implementation and pretrained weights.
  Chen et al., "Simple Baselines for Image Restoration", ECCV 2022 (arXiv:2204.04676).
  TLC (test-time local converter) from Chu et al., arXiv:2112.04491.
- Built on the BasicSR framework conventions (Apache-2.0).

Pretrained weights (REDS / SIDD / GoPro width64) are the official megvii-research releases,
converted to MLX safetensors. Original weights are MIT-licensed.