Image Inpaint
AI-powered inpainting. Brush to mark area, model fills in locally.Stage
Q&A
How much data does the model download use?
About 30 MB. Downloaded once on first use and then cached locally in your browser.
Do I need to re-download the model every time?
No. The model is stored in your browser (IndexedDB) and reused on future visits to this site.
Are my images uploaded to a server?
No. The model and inference run entirely in your browser. Your images and masks never leave your device.
What happens if I clear browser data?
Clearing site data or local storage removes the cached model. You will need to download it again next time.
Why is the first load slow?
The first load downloads the ONNX Runtime and model. Duration depends on your connection. Use Wi‑Fi when possible.
What browsers or devices can use this?
Modern desktop browsers (Chrome, Edge, Firefox, Safari) with JavaScript and WebAssembly enabled. Best experience on a PC or laptop with sufficient memory.
Does it work on mobile phones or tablets?
Touch is supported, but inference is resource-heavy. It may run slowly or fail on low-memory devices. A desktop browser is recommended for reliable use.
What if my browser is not supported?
You may see errors or slow or failed loads. Try a recent Chrome or Edge. Ensure JavaScript is enabled and you are not blocking WebAssembly or IndexedDB.
What features does my browser need?
WebAssembly, IndexedDB (for model cache), and sufficient RAM. WebGPU is optional for faster inference; the tool falls back to WebAssembly if unavailable.