"""Constants used by the metadata collector""" # Individual category constants MODELS = "models" PROMPTS = "prompts" SAMPLING = "sampling" LORAS = "loras" SIZE = "size" IMAGES = "images" # Added new category for image results # Collection of categories for iteration METADATA_CATEGORIES = [MODELS, PROMPTS, SAMPLING, LORAS, SIZE, IMAGES] # Added IMAGES to categories