
Image generation
MochiDiffusion
A native Mac app for Stable Diffusion and FLUX.2 Klein
★ 7.9k
July 2026
GPL-3.0
Image generation
What it does
Runs image generation on macOS through Apple's Core ML Stable Diffusion implementation, so it is tuned for Apple Silicon rather than being a port of a cross-platform tool. Everything happens on your machine. The catch is model format: it needs models converted to Core ML, so you cannot simply drop in the checkpoints distributed for other interfaces - you find converted ones or convert them yourself.
Summary based on the project's own description. The Japanese page has a fuller beginner guide: setup difficulty, what to prepare, and a step-by-step start.
Screenshots & visuals

Before you start
- Setup difficultyEasy to start
- Command lineNot required
- API keyNot required
- Sends data onlineYes
Judged automatically from the project's own metadata. Always confirm on the official page.
MochiDiffusion FAQ
- Is MochiDiffusion free?
- Yes. It runs on your own machine, so there is no usage-based cost either.
- Do I need to install anything or write code to use MochiDiffusion?
- You install it like a normal desktop app. No command line involved.
- Does MochiDiffusion work on a phone?
- No. It needs a computer.
- Can I use MochiDiffusion commercially?
- The licence is GPL-3.0. Using it commercially is fine, but if you distribute something built on it you may be required to release that under the same licence. Keep it internal, or check before distributing.