diff --git a/README.md b/README.md
index f6f9a1f..94e8dad 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@
1. [LaMa](https://github.com/saic-mdal/lama)
1. [LDM](https://github.com/CompVis/latent-diffusion)
1. [ZITS](https://github.com/DQiaole/ZITS_inpainting)
+ 1. [MAT](https://github.com/fenglinglwb/MAT)
- Support CPU & GPU
- Various high-resolution image processing [strategy](#high-resolution-strategy)
- Run as a desktop APP
@@ -36,7 +37,7 @@
| ---------------------- | --------------------------------------------- | --------------------------------------------------- |
| Remove unwanted things |  |  |
| Remove unwanted person |  |  |
-| Remove Text |  |  |
+| Remove Text |  |  |
| Remove watermark |  |  |
| Fix old photo |  |  |
@@ -69,6 +70,7 @@ Available arguments:
| LaMa | :+1: Generalizes well on high resolutions(~2k)
| |
| LDM | :+1: Possiblablity to get better and more detail result
:+1: The balance of time and quality can be achieved by adjusting `steps`
:neutral_face: Slower than GAN model
:neutral_face: Need more GPU memory | `Steps`: You can get better result with large steps, but it will be more time-consuming
`Sampler`: ddim or [plms](https://arxiv.org/abs/2202.09778). In general plms can get [better results](https://github.com/Sanster/lama-cleaner/releases/tag/0.13.0) with fewer steps |
| ZITS | :+1: Better holistic structures compared with previous methods
:neutral_face: Wireframe module is **very** slow on CPU | `Wireframe`: Enable edge and line detect |
+| MAT | TODO | |
### LaMa vs LDM
diff --git a/lama_cleaner/app/build/asset-manifest.json b/lama_cleaner/app/build/asset-manifest.json
index 2712a04..79975a8 100644
--- a/lama_cleaner/app/build/asset-manifest.json
+++ b/lama_cleaner/app/build/asset-manifest.json
@@ -1,17 +1,17 @@
{
"files": {
"main.css": "/static/css/main.eb627daf.chunk.css",
- "main.js": "/static/js/main.5fe518c4.chunk.js",
+ "main.js": "/static/js/main.4e53814e.chunk.js",
"runtime-main.js": "/static/js/runtime-main.5e86ac81.js",
- "static/js/2.3a92b865.chunk.js": "/static/js/2.3a92b865.chunk.js",
+ "static/js/2.cf2e9421.chunk.js": "/static/js/2.cf2e9421.chunk.js",
"index.html": "/index.html",
- "static/js/2.3a92b865.chunk.js.LICENSE.txt": "/static/js/2.3a92b865.chunk.js.LICENSE.txt",
+ "static/js/2.cf2e9421.chunk.js.LICENSE.txt": "/static/js/2.cf2e9421.chunk.js.LICENSE.txt",
"static/media/_index.scss": "/static/media/WorkSans-SemiBold.1e98db4e.ttf"
},
"entrypoints": [
"static/js/runtime-main.5e86ac81.js",
- "static/js/2.3a92b865.chunk.js",
+ "static/js/2.cf2e9421.chunk.js",
"static/css/main.eb627daf.chunk.css",
- "static/js/main.5fe518c4.chunk.js"
+ "static/js/main.4e53814e.chunk.js"
]
}
\ No newline at end of file
diff --git a/lama_cleaner/app/build/index.html b/lama_cleaner/app/build/index.html
index 5240ba6..342dbf6 100644
--- a/lama_cleaner/app/build/index.html
+++ b/lama_cleaner/app/build/index.html
@@ -1 +1 @@
-