File size: 1,201 Bytes
6235628
 
7665549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: bsd-3-clause
---
# LAMA Dilated Inpainting Model (ONNX)                                                                      
                                                            
  LAMA (Large Mask Inpainting) model with dilated convolutions, exported to ONNX format for browser-based     
  inpainting via ONNX Runtime Web (WebGPU backend).         

  ## Model Details

  - **Architecture:** LAMA with dilated convolutions
  - **Format:** ONNX (FP32)
  - **Size:** ~174MB
  - **Input:** 512×512 RGB image + 512×512 binary mask
  - **Output:** 512×512 inpainted RGB image
  - **Runtime:** [ONNX Runtime Web](https://onnxruntime.ai/) with WebGPU or WASM backend

  ## Usage

  This model is loaded directly in the browser for local-mode text removal and inpainting on images.

  ### Direct download URL

  https://huggingface.co/pxGeniusAI/lama-dilated/resolve/main/lama_dilated.onnx

  ## Source

  Exported from [Qualcomm AI Hub — LaMa-Dilated](https://aihub.qualcomm.com/models/lama_dilated), which is
  based on the original [LAMA](https://github.com/advimman/lama) model by Samsung AI Center.

  ## License

  [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)