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`.

Anime Character Maker app screenshot

iPhone

Local-first PWA experiment with the same selector flow. Offline install requires HTTPS on iPhone.

Open iPhone Web App

Runs on this device

Local web preview

This embedded preview runs directly in the browser on your computer or phone. It is a lightweight canvas preview for selector testing; the full WAI-ANIMA diffusion engine still belongs in the desktop app or a dedicated native build.

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

Deploy the static site over HTTPS, then add it to Home Screen for offline caching.

iOS IPA

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