File size: 751 Bytes
bef6e8b |
1 2 3 4 5 6 7 8 9 10 |
# MAT Inpaint models
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)
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.
Models in this repository:
* [MAT_CelebA-HQ_512_fp16](MAT_CelebA-HQ_512_fp16.safetensors)
* [MAT_FFHQ_512_fp16](MAT_FFHQ_512_fp16.safetensors)
* [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)) |