Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code (opens in new tab)
This morning I saw , describing a small but effective inpainting model - a model where you can mark regions of an image to remove and the model imagines what should fill the space. The released model , but since it described itself as 0.2B I decided to try and get it running using WebGPU in a browser. TL;DR: I got it working, and you can try the demo at The finished tool Here's a video demo of the finished tool: You can open any image in it (non-square images get letterboxed), highlight areas...
Read the original article