mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-11 19:50:52 -05:00
16 lines
393 B
Python
16 lines
393 B
Python
CREATE_MARKERS = True
|
|
FRAME_INTERVAL = 2
|
|
IMAGE_THRESHOLD = 0.5
|
|
|
|
API_BASE_URL = 'http://localhost:8000'
|
|
IMAGE_REQUEST_BATCH_SIZE = 320
|
|
CONCURRENT_TASK_LIMIT = 10
|
|
SERVER_TIMEOUT = 2700
|
|
AI_VIDEO_THRESHOLD = 0.3
|
|
|
|
temp_image_dir = "./temp_images"
|
|
ai_base_tag_name = "AI"
|
|
tagme_tag_name = "AI_TagMe"
|
|
updateme_tag_name = "AI_UpdateMe"
|
|
aitagged_tag_name = "AI_Tagged"
|
|
aierrored_tag_name = "AI_Errored" |