Skip to content
TopicTracker
From simonwillison.netView original
TranslationTranslation

Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code

Using Claude Code, the author ported the Moebius 0.2B image inpainting model from PyTorch/CUDA to ONNX WebGPU, enabling it to run entirely in a browser. The AI agent handled the entire conversion, weight publishing, and UI without manual coding. The final demo works in Chrome, Firefox, and Safari with caching support.