v1.0.9 — Local Wan2GP video generation
What's new
Closes #126 — local Wan2GP users could not upload reference media or generate video locally even with WanGP installed, hitting "Not authorized: missing or invalid credentials" because every Video Studio upload was hard-wired to the Muapi-hosted endpoint.
Fix
- Wan2GP upload bridge (
wan2gp:upload-fileIPC) — pushes files to the configured Wan2GP server's/uploadendpoint and rehydrates them into GradioFileDatadescriptors at generation time. - Local Video Studio — Wan 2.2 t2v / Wan 2.2 i2v / Hunyuan / LTX models now appear in the Video Studio model picker when running in the desktop app.
- Auth gate bypassed for local models — generating with a Wan2GP model no longer requires a Muapi API key.
- Generation routing — Video Studio's t2v and i2v paths call
localAI.generate(...)for Wan2GP models and surface step progress in the Generate button.
Setup for local video
- Run a Wan2GP server (
https://github.com/deepbeepmeep/Wan2GP) on a machine with a CUDA or ROCm GPU. - In Settings → Local Models, set the server URL (e.g.
http://localhost:7860). - Pick a Wan2GP entry from the Video Studio model dropdown.
If your Wan2GP build exposes Gradio function names different from the catalog defaults (wan22_t2v, wan22_i2v, hunyuan_video, ltx_video), check <server>/?view=api and edit electron/lib/wan2gpProvider.js accordingly.
Downloads
| Platform | File |
|---|---|
| macOS Apple Silicon | Open Generative AI-1.0.9-arm64.dmg |
| macOS Intel | Open Generative AI-1.0.9.dmg |
| Windows (x64) | Open Generative AI Setup 1.0.9.exe |
| Linux AppImage | Open Generative AI-1.0.9.AppImage |
| Linux Debian/Ubuntu | open-generative-ai_1.0.9_amd64.deb |
🤖 Generated with Claude Code