mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-16 22:03:17 -05:00
* Fix mintags duration being lower than the frame interval * cleanup debug message * add support for zipped images
10 lines
282 B
Python
10 lines
282 B
Python
API_BASE_URL = 'http://localhost:8000'
|
|
IMAGE_REQUEST_BATCH_SIZE = 320
|
|
CONCURRENT_TASK_LIMIT = 10
|
|
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" |