feat: Add IMAGES category to constants and enhance metadata handling in node extractors

This commit is contained in:
Will Miao
2025-04-18 07:12:43 +08:00
parent f0203c96ab
commit df6d56ce66
3 changed files with 92 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ 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]
METADATA_CATEGORIES = [MODELS, PROMPTS, SAMPLING, LORAS, SIZE, IMAGES] # Added IMAGES to categories