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,27 @@
#
# Paths
#
root_path = '' # defaults to plugins folder
encodings_folder = 'star-identifier-encodings'
encodings_filename = 'star-identifier-encodings.npz'
encodings_error_filename = 'errors.json'
#
# Stash Settings
#
# The identifier will run on images / scenes tagged with this
tag_name_identify = 'star identifier'
# If the identifier can't find a face for a performer,
# it will add this tag to that performer
tag_name_encoding_error = 'star identifier performer error'
#
# Star Identifier Settings
#
# Tolerance: How much distance between faces to consider it a match.
# Lower is more strict. 0.6 is typical best performance.
tolerance = 0.6