update Readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
## Credit the original authors for the LaMa: Resolution-robust Large Mask Inpainting with Fourier Convolutions
|
| 5 |
+
By Roman Suvorov, Elizaveta Logacheva, Anton Mashikhin, Anastasia Remizova, Arsenii Ashukha, Aleksei Silvestrov, Naejin Kong, Harshith Goka, Kiwoong Park, Victor Lempitsky.
|
| 6 |
+
|
| 7 |
+
The original repo is [here](https://github.com/advimman/lama)
|
| 8 |
+
|
| 9 |
+
Below is the original hosted location for the best pretrained model, but the download is inconsistent.
|
| 10 |
+
|
| 11 |
+
```bash
|
| 12 |
+
curl -L $(yadisk-direct https://disk.yandex.ru/d/ouP6l8VJ0HpMZg) -o big-lama.zip
|
| 13 |
+
unzip big-lama.zip
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
We host the pretrained model here for easier download by the community:
|
| 17 |
+
|