lxfater/inpaint-web

A free and open-source inpainting & image-upscaling tool powered by webgpu and wasm on the browser。| 基于 Webgpu 技术和 wasm 技术的免费开源 inpainting &...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 11th, 2026
Created on November 18th, 2023
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 692
Total Stargazers: 5,920 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 530 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Inpaint-web is a browser-based image editing tool that performs inpainting and image upscaling using WebGPU and WebAssembly.

The tool solves the problem of removing unwanted objects from images and enhancing image resolution entirely within the browser, without requiring server-side processing. It uses WebGPU for GPU acceleration and WebAssembly to run machine learning models directly in the client, keeping all computation local to the user's machine. Users can paint over areas they want to remove or modify, and the tool reconstructs those regions. The project also supports super-resolution upscaling to enhance image clarity.

Developers should choose this tool if they need client-side image manipulation without external dependencies or API calls. It suits projects where privacy is important, since processing happens entirely in the browser. The tool is free and open-source, making it accessible for both personal and commercial use. The README acknowledges that frontend code was modified from cleanup.pictures and credits the MI-GAN model for the underlying inpainting capability.

The project maintains an active roadmap with completed features including image modification history, model optimization, and integrated post-processing. Planned additions include integration with Segment Anything for automated selection and removal, and Stable Diffusion for image replacement capabilities. Development appears focused on expanding functionality while the maintainer notes time constraints due to other business activities.