Discover and explore top open-source AI tools and projects—updated daily.
In-browser tool for inpainting and image upscaling
Top 9.3% on SourcePulse
Inpaint-web provides a free, open-source, browser-based solution for image inpainting and upscaling. It targets users seeking efficient image editing tools directly within their web browser, leveraging advanced client-side technologies for performance.
How It Works
The tool utilizes WebGPU and WebAssembly (WASM) to perform image processing tasks directly in the browser. This approach avoids the need for server-side computation or dedicated hardware, making it accessible and efficient for a wide range of users. The core inpainting functionality appears to be based on the MI-GAN model.
Quick Start & Requirements
npm install
followed by npm run start
for development.Highlighted Details
Maintenance & Community
The project is maintained by lxfater, who can be contacted via WeChat (please state your purpose) or Twitter for updates and discussions.
Licensing & Compatibility
The project is described as free and open-source. The specific license is not explicitly stated in the README, but its open-source nature suggests it's intended for broad use.
Limitations & Caveats
The project is still under active development, with features like Segment Anything and Stable Diffusion integration planned for future releases. Browser compatibility may vary depending on WebGPU support.
11 months ago
Inactive