mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-01 02:39:25 -05:00
9 lines
249 B
Python
9 lines
249 B
Python
API_BASE_URL = 'http://localhost:8000'
|
|
IMAGE_REQUEST_BATCH_SIZE = 320
|
|
CONCURRENT_TASK_LIMIT = 10
|
|
|
|
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" |