Skip to content

Commit

Permalink
add additional model categories and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
skier233 committed Oct 1, 2024
1 parent 1f256c4 commit 628d0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/AITagger/ai_tagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AI Tagger
description: Tag videos and Images with Locally hosted AI using Skier's Patreon AI models
version: 1.7
version: 1.8
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/AITagger
exec:
- python
Expand Down
2 changes: 1 addition & 1 deletion plugins/AITagger/media_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def initialize(connection):
# ----------------- Tag Methods -----------------


tag_categories = ["actions", "bodyparts"]
tag_categories = ["actions", "bodyparts", "bdsm", "clothing", "describingperson", "environment", "describingbody", "describingimage", "describingscene", "sextoys"]

def get_all_tags_from_server_result(result):
alltags = []
Expand Down

0 comments on commit 628d0e7

Please sign in to comment.