Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# MAT Inpaint models
|
2 |
+
|
3 |
+
Original models are from ["MAT: Mask-Aware Transformer for Large Hole Image Inpainting" by Wenbo Li, Zhe Lin, Kun Zhou, Lu Qi, Yi Wang, Jiaya Jia](https://github.com/fenglinglwb/MAT)
|
4 |
+
|
5 |
+
Stripped to EMA Generator only as fp16 safetensors. These versions were converted to be used with [comfyui-inpaint-nodes](https://github.com/Acly/comfyui-inpaint-nodes), no guarantee they will work with other codebases.
|
6 |
+
|
7 |
+
Models in this repository:
|
8 |
+
* [MAT_CelebA-HQ_512_fp16](MAT_CelebA-HQ_512_fp16.safetensors)
|
9 |
+
* [MAT_FFHQ_512_fp16](MAT_FFHQ_512_fp16.safetensors)
|
10 |
+
* [MAT_Places_512_fp16](MAT_Places_512_fp16.safetensors) (converted by [Sanster](https://github.com/Sanster/models/releases/tag/add_mat) and [Acly](https://huggingface.co/Acly/MAT))
|