Files
compose-projects-arr/stash/config/plugins/community/star_identifier/star_identifier_config.py
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

27 lines
680 B
Python

#
# 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