anime-collection / constants.py
v2ray's picture
Added balance tags script.
ef1ffa0
raw
history blame contribute delete
250 Bytes
MAX_TASKS = 50
MAX_RETRY = 3
TIMEOUT = 10
IMAGE_DIR = "images"
COMPRESSED_DIR = "compressed"
IMAGE_EXT = {
".png", ".jpg", ".jpeg", ".bmp", ".tiff", ".tif",
".webp", ".heic", ".heif", ".avif", ".jxl",
}
MODEL_TAGS_PATH = "model_tags.txt"