Skip to content

Updating

codebyjames edited this page Sep 5, 2026 · 1 revision

Updating

System shows whether a newer version exists and offers to install it. It downloads the installer, checks it against the hash published with the release, and refuses if they disagree. The app closes while the installer replaces it.

Or download it yourself: every release publishes a latest.json with the SHA-256, so you can verify anything you fetch.

What an update touches

The app and the engine's code are updated. Your renders, photo sets, trained adapters, settings and downloaded model weights are not.

If the engine's HTTP service happens to be running when you update, the app notices it is running the previous build and restarts it, so renders go to the new code rather than the old one still sitting in memory.

Clone this wiki locally