Skip to content

Installation Instructions (MacOS)

skier233 edited this page Nov 14, 2025 · 11 revisions
  1. Download the newest release from the releases tab in this GitHub repository.

  2. Unzip the contents of the release and place them where you want to run the server from.

  3. Download any models you want to use from the models page and unzip and copy the contents (the config and models folders) into the AI Server folder created in the previous step.

  4. Install Conda by running source ./install/install-conda-mac.sh

  5. Run source ./install/install-mac.sh

  6. (If using a patreon exclusive model) On the first time running the server, it will open a browser window to login with patreon to get your license.

  7. Proceed with installing the stash plugin, or you can run the example client from the example_client folder.

  8. To start the server again in the future, use source ./start.sh

Updating Instructions

To update from a previous version run (windows) .\update.ps1 or (linux) source ./update.sh

Clone this wiki locally