Add compiled prompt reference output pairs

This commit is contained in:
2026-09-10 08:15:33 +00:00
parent eac4e73b47
commit 1a4cfbfd7e
3 changed files with 38 additions and 3 deletions
+22
View File
@@ -1304,6 +1304,8 @@ def curate_h3_prompt(
*selected_refs[:_H3_PROMPT_REF_SLOTS],
reference_description,
*individual_reference_descriptions[:_H3_PROMPT_REF_SLOTS],
*images[:_H3_PROMPT_REF_SLOTS],
*individual_reference_descriptions[:_H3_PROMPT_REF_SLOTS],
)
@@ -2698,6 +2700,8 @@ class DumasH3PromptCuratorNode:
+ (_REFERENCE_TYPE,) * _H3_PROMPT_REF_SLOTS
+ ("STRING",)
+ ("STRING",) * _H3_PROMPT_REF_SLOTS
+ ("IMAGE",) * _H3_PROMPT_REF_SLOTS
+ ("STRING",) * _H3_PROMPT_REF_SLOTS
)
RETURN_NAMES = (
"prompt",
@@ -2734,6 +2738,24 @@ class DumasH3PromptCuratorNode:
"original_ref_description_7",
"original_ref_description_8",
"original_ref_description_9",
"compiled_ref_image_1",
"compiled_ref_image_2",
"compiled_ref_image_3",
"compiled_ref_image_4",
"compiled_ref_image_5",
"compiled_ref_image_6",
"compiled_ref_image_7",
"compiled_ref_image_8",
"compiled_ref_image_9",
"compiled_ref_description_1",
"compiled_ref_description_2",
"compiled_ref_description_3",
"compiled_ref_description_4",
"compiled_ref_description_5",
"compiled_ref_description_6",
"compiled_ref_description_7",
"compiled_ref_description_8",
"compiled_ref_description_9",
)
FUNCTION = "curate_prompt"
CATEGORY = "Dumas/MiniMax"