Installation Instructions (Recommended) - skier233/nsfw_ai_model_server GitHub Wiki
-
Download the newest release from the releases tab in this GitHub repository.
-
Unzip the contents of the release and place them where you want to run the server from.
-
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.
-
Install Conda by running (windows)
.\install-conda.ps1
or (linux)source ./install-conda.sh
-
Run (windows)
.\install.ps1
or (linux)source ./install.sh
-
(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.
-
Proceed with installing the stash plugin, or you can run the example client from the
example_client
folder. -
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