Installation Instructions (Recommended) - skier233/nsfw_ai_model_server GitHub Wiki

  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 (windows) .\install-conda.ps1 or (linux) source ./install-conda.sh

  5. Run (windows) .\install.ps1 or (linux) source ./install.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 (windows) .\start.ps1 or (linux) source ./start.sh

Updating Instructions

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