Skip to content

AI Models

skier233 edited this page Aug 26, 2024 · 16 revisions

Here is where you can find the best AI Models currently available to use with this AI server. To install/use an AI model, unzip the file and copy the folders into the folder where the AI Server is installed.

Model Name Patron Tier Tag Category Purpose Link
vivid galaxy Free Sexual Actions Free GPU Only Model with 10 Sexual Action Tags https://mega.nz/file/APxXXBrC#96R0vdA4nCn459VR2METk4e-A0uldH7TUZMnFA5y-ss
gentler river Member Sexual Actions Highest Accuracy Sexual Action Model https://www.patreon.com/posts/improved-sexual-109040258
distinctive haze VIP Sexual Actions Slightly Less Accuracy but 80% Faster https://www.patreon.com/posts/improved-actions-108196767
giddy music Member Sexual Actions CPU compatible sexual actions model https://www.patreon.com/posts/actions-ai-model-104539244

Switching the currently enabled model

When you have multiple AI models downloaded, there are time where you might want to swap which one is currently enabled. You can do this inside the config/config.yaml file. To swap to a different model, change these lines:

active_pipelines: ["video_pipeline_vivid_galaxy", "image_pipeline_vivid_galaxy"]
default_image_pipeline: "image_pipeline_vivid_galaxy"
default_video_pipeline: "video_pipeline_vivid_galaxy"

These names such as "video_pipeline_vivid_galaxy" are file names to "pipelines" which are stored in config/pipelines.

Pipelines are basically a series of steps that get run in order to get AI results. These usually include things like preprocessing the images, running the AI model, and then doing any postprocessing on the results. These pipelines can even run multiple different models and combine the results together.