Add per-shot H3 beat directives

This commit is contained in:
2026-08-26 22:46:02 +00:00
parent c4cd4121b8
commit f0d51cf6da
5 changed files with 560 additions and 158 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ def _assemble_beat_prompt(state):
class DumasH3BeatPromptNode:
DESCRIPTION = (
"Build a MiniMax H3 prompt from one textbox per beat, with a front-end beat "
"editor that can append directive examples such as wardrobe set/add/remove, "
"seconds, exit, and music."
"editor that can append directive examples and expose per-shot controls for "
"timing, continuity, ref behavior, anchor additions, soundscape, and music."
)
RETURN_TYPES = ("STRING",)
RETURN_NAMES = ("prompt",)