Add MAT_Places512_G_fp16
Browse files- MAT_Places512_G_fp16.safetensors +3 -0
- README.md +9 -0
MAT_Places512_G_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:309dd6ce6e04034dc4b6b15c7bd2a4844d158e03eb2a139e0eca6b366e40c0de
|
3 |
+
size 125280278
|
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
# MAT Inpaint models
|
5 |
+
|
6 |
+
This mirrors some models from "MAT: Mask-Aware Transformer for Large Hole Image Inpainting" by Wenbo Li, Zhe Lin, Kun Zhou, Lu Qi, Yi Wang, Jiaya Jia
|
7 |
+
|
8 |
+
* Original repository: [fenglinglwb/MAT (Github)](https://github.com/fenglinglwb/MAT)
|
9 |
+
* Original weights: [Places_512_FullData_G.pth](https://github.com/Sanster/models/releases/download/add_mat/Places_512_FullData_G.pth)
|
10 |
+
|
11 |
+
Models in this repository:
|
12 |
+
* [MAT_Places512_G_fp16.safetensors](MAT_Places512_G_fp16.safetensors): _Places_512_FullData_G_ converted to fp16 in safetensors format. This halfs the size, but changes results and may be detrimental for image quality.
|