Skip to content

Using the AI Server on a different computer from the Cove Server

skier233 edited this page Jul 18, 2026 · 3 revisions

A common setup is to run the AI Server on a different computer than the stash server to be able to take advantage of a more powerful GPU than what is available on the stash server. Here is how to configure this setup:

  1. Ensure the computer that will be running the AI Server can access the files from stash's server
    1. For example, if the videos for stash are in C:\stash\scenes, ensure you have the stash server's drive mapped to the computer that will run the AI Server so you could access those files at F:\stash\scenes for example. You can add your folders to the docker compose file.
  2. Install the AI Server on the desired computer.
  3. Install the Stash Plugin.
  4. In the AI Overhaul settings page, install Skier AI Tagging
  5. In the AI Overhaul settings page, under Installed Plugins ->Skier AI Tagging, click Configure and set the Remote Service URL to the url pointing to the nsfw_ai_model_server
  6. In the AI Overhaul settings page, under Installed Plugins ->Skier AI Tagging, click Configure and create a Path Mapping as described in further detail here.

Clone this wiki locally