Anime Character Maker

Desktop character selector

Download the anime creator for Windows, macOS, and iPhone.

The Windows build is ready from this machine. The macOS build path is native `.app` packaging, and the iOS package is an Xcode project you can sign into a real `.ipa`. The phone web app now uses a direct Stable Diffusion 1.5 WebGPU path only. It does not use a bridge, remote generator, or this computer's hardware.

Anime Character Maker app screenshot

iPhone

Phone-focused PWA with the same selector flow. The hosted page never fakes output and only attempts direct SD 1.5 WebGPU generation on the device.

Open iPhone Web App

No fake previews

Real mobile generation

The mobile app uses SD 1.5 Local. It downloads a Stable Diffusion 1.5 ONNX model in the browser worker and runs it through WebGPU on the phone. There is no bridge, no remote inference endpoint, and no fake preview path.

Open full mobile web app

Backend Setup

The desktop app talks to your ComfyUI backend at http://127.0.0.1:8188. Keep the same WAI-ANIMA model, VAE, and Qwen encoder visible to ComfyUI on Windows or Mac.

Windows

Unzip, start ComfyUI, then run AnimeCharacterMaker.exe.

macOS

Build on macOS with ./build_macos_app.sh, then open the `.app` bundle.

iPhone PWA

Use this as the phone UI. It shows a clear unsupported state if WebGPU cannot run direct SD 1.5.

iOS IPA

Open the Xcode project on your Mac, set signing, run the native Anima bootstrap, then archive/export the app.