Make POV prompt restore affect Krea output
This commit is contained in:
+9
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user