Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# LaMa Inpainting Model
|
5 |
|
6 |
This ONNX model is a port of the original PyTorch big-lama model.
|
7 |
|
|
|
8 |
## Description
|
9 |
|
10 |
There are two versions of the model:
|
@@ -48,4 +56,4 @@ This version was exported using the new torch to ONNX converter (`torch.onnx.dyn
|
|
48 |
![onnx output](./output_onnx.png)
|
49 |
|
50 |
**Original model output:**
|
51 |
-
![original model output](./output_orig.png)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: image-to-image
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
+
- lama
|
9 |
+
- inpainting
|
10 |
---
|
11 |
# LaMa Inpainting Model
|
12 |
|
13 |
This ONNX model is a port of the original PyTorch big-lama model.
|
14 |
|
15 |
+
> HG Space: https://huggingface.co/spaces/Carve/LaMa-Demo-ONNX
|
16 |
## Description
|
17 |
|
18 |
There are two versions of the model:
|
|
|
56 |
![onnx output](./output_onnx.png)
|
57 |
|
58 |
**Original model output:**
|
59 |
+
![original model output](./output_orig.png)
|