Instructions to use mlx-community/NAFNet-REDS-width64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/NAFNet-REDS-width64 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NAFNet-REDS-width64 mlx-community/NAFNet-REDS-width64
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "img_channel": 3, | |
| "width": 64, | |
| "middle_blk_num": 1, | |
| "enc_blk_nums": [ | |
| 1, | |
| 1, | |
| 1, | |
| 28 | |
| ], | |
| "dec_blk_nums": [ | |
| 1, | |
| 1, | |
| 1, | |
| 1 | |
| ], | |
| "local": true, | |
| "train_size": [ | |
| 1, | |
| 3, | |
| 256, | |
| 256 | |
| ] | |
| } |