This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
name: Star Identifier
description: Use facial recognition to automatically identify who is in images or scene screenshots from the performers already in your Stash library.
version: 1.0
url: https://github.com/axxeman23/star_identifier
exec:
- python
- "{pluginDir}/py_plugins/star_identifier.py"
interface: raw
tasks:
- name: Export Performers
description: Run this first! Exports current performer images and adds them to an encoding file for recognition.
defaultArgs:
mode: export_known
- name: Identify Images
description: Compares images tagged with 'star identifier' (by default) to exported performers, and adds all possible matches to the images.
defaultArgs:
mode: identify_imgs
- name: Identify Scene Screenshots
description: Compares scene screenshots tagged with 'star identifier' (by default) to exported performers, and adds all possible matches to the scenes.
defaultArgs:
mode: identify_scene_screenshots