-
-
Notifications
You must be signed in to change notification settings - Fork 3
AI Models
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 | Tag Count | Purpose | Link |
---|---|---|---|---|---|
vivid galaxy | Free | Sexual Actions | 10 | Free GPU Only Model with 10 Sexual Action Tags | https://mega.nz/file/APxXXBrC#96R0vdA4nCn459VR2METk4e-A0uldH7TUZMnFA5y-ss |
gentler river | Member | Sexual Actions | 36 | Highest Accuracy Sexual Action Model | https://www.patreon.com/posts/improved-sexual-109040258 |
distinctive haze | VIP | Sexual Actions | 36 | Slightly Less Accuracy but 80% Faster | https://www.patreon.com/posts/improved-actions-108196767 |
giddy music | Member | Sexual Actions | 36 | CPU compatible sexual actions model | https://www.patreon.com/posts/actions-ai-model-104539244 |
When you have multiple AI models downloaded, there are times where you might want to swap which model 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. You can choose a different pipeline from that folder and replace the above lines with the name of the different 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.