WAI Mobile Studio

Phone-first WAI studio

WAI Mobile Studio

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 requires a real WAI-ANIMA engine instead of a fake canvas preview.

WAI Mobile Studio screenshot

iPhone

Phone-focused WAI studio with the same selector flow and a real ComfyUI bridge.

Open iPhone Web App

No fake previews

Real mobile generation bridge

The mobile app now calls a real generation API. Run mobile_generation_server.py beside ComfyUI to generate draft and final WAI-ANIMA images from the phone UI. If no real engine is reachable, the app says so instead of drawing a placeholder.

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 connect it to an HTTPS ComfyUI bridge URL for real generation.

iOS IPA

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