| ▲ | simonw a day ago | |||||||
I got this working with ONNX (thanks, Claude Opus 4.8) and now I have an interactive demo of the model running entirely in the browser here (~1.3GB download): https://simonw.github.io/moebius-web/ - code here: https://github.com/simonw/moebius-web (Claude Code transcript: https://gisthost.github.io/?58039ba5c1ca3ed177e8659168996ee4) Wrote this up in more detail on my blog: https://simonwillison.net/2026/Jun/22/porting-moebius/ | ||||||||
| ▲ | K0IN a day ago | parent | next [-] | |||||||
Awesome, I wanted to do the exact same thing (used gpt 5.5 + code) but it didn't get the model to work in onnx... | ||||||||
| ▲ | g58892881 a day ago | parent | prev [-] | |||||||
well done! unet weights are in fp32. did you by any chance try something lower, fp16? | ||||||||
| ||||||||