Skip to content

Commit af08bcf

Browse files
committed
adding yml
1 parent d5426c4 commit af08bcf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Star Identifier
2+
description: Use facial recognition to automatically identify who is in images or scene screenshots from the performers already in your Stash library.
3+
version: 1.0
4+
url: https://github.com/axxeman23/star_identifier
5+
exec:
6+
- python
7+
- "{pluginDir}/py_plugins/star_identifier.py"
8+
interface: raw
9+
tasks:
10+
- name: Export Performers
11+
description: Run this first! Exports current performer images and adds them to an encoding file for recognition.
12+
defaultArgs:
13+
mode: export_known
14+
- name: Identify Images
15+
description: Compares images tagged with 'star identifier' (by default) to exported performers, and adds all possible matches to the images.
16+
defaultArgs:
17+
mode: identify_imgs
18+
- name: Identify Scene Screenshots
19+
description: Compares scene screenshots tagged with 'star identifier' (by default) to exported performers, and adds all possible matches to the scenes.
20+
defaultArgs:
21+
mode: identify_scene_screenshots

0 commit comments

Comments
 (0)