Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

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

Claude Code (via a local transcription agent) was used to port the Moebius 0.2B diffusion model, designed for image inpainting with outpainting support, to run entirely in the browser using ONNX Runtime Web and Hugging Face Transformers.js. The project aims to demonstrate that complex generative AI models can be adapted for client-side execution, enabling private, offline image editing directly in the browser.

背景メモ

- Moebius 0.2Bは、画像の一部を自然に修復・補完する「インペインティング(inpainting)」に特化した軽量AIモデル(2億パラメータ規模)。通常、こうしたモデルはGPUを積んだサーバー上で動作する。