Make POV prompt restore affect Krea output

This commit is contained in:
2026-06-30 23:25:28 +02:00
parent 85c577024b
commit caeafa0714
7 changed files with 203 additions and 5 deletions
+9 -1
View File
@@ -6,7 +6,14 @@ from typing import Any
PLACEHOLDER_VALUES = {"", "any", "auto", "random", "none", "null"}
PREFERRED_VALUE_KEYS = ("text", "prompt", "template", "value", "name")
METADATA_AXIS_KEYS = {"action_family", "position_family", "position_key", "position_keys", "krea2_variant_keys"}
METADATA_AXIS_KEYS = {
"action_family",
"position_family",
"position_key",
"position_keys",
"krea2_variant_keys",
"restored_prompt_axes",
}
ACTION_CONTEXT_PRIORITY = (
"position",
"body_position",
@@ -14,6 +21,7 @@ ACTION_CONTEXT_PRIORITY = (
"arrangement",
"angle",
"surface",
"restored_prompt_details",
"body_contact",
"leg_detail",
"outer_act",