Instructions to use mlx-community/NAFNet-SIDD-width64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/NAFNet-SIDD-width64 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NAFNet-SIDD-width64 mlx-community/NAFNet-SIDD-width64
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 237 Bytes
3ca8b87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"img_channel": 3,
"width": 64,
"middle_blk_num": 12,
"enc_blk_nums": [
2,
2,
4,
8
],
"dec_blk_nums": [
2,
2,
2,
2
],
"local": false,
"train_size": [
1,
3,
256,
256
]
} |