From ddf4b5c8aa934e91cba61fab6c2d01be8e8b30ae Mon Sep 17 00:00:00 2001 From: Morpheus Date: Thu, 27 Aug 2026 06:21:26 +0000 Subject: [PATCH] Save each generated beat clip --- .../api-prompt-3beat-10s-480p-quality.json | 33 +++++++++++++++++++ .../api-prompt-realistic-16x9.json | 33 +++++++++++++++++++ .../api-prompt.json | 33 +++++++++++++++++++ 3 files changed, 99 insertions(+) diff --git a/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-3beat-10s-480p-quality.json b/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-3beat-10s-480p-quality.json index bc76385..f56d8e0 100644 --- a/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-3beat-10s-480p-quality.json +++ b/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-3beat-10s-480p-quality.json @@ -171,5 +171,38 @@ "_meta": { "title": "Info" } + }, + "33": { + "class_type": "CreateVideo", + "inputs": { + "images": [ + "20", + 12 + ], + "fps": 24, + "audio": [ + "20", + 13 + ], + "bit_depth": 8 + }, + "_meta": { + "title": "Create Beat Videos" + } + }, + "34": { + "class_type": "SaveVideo", + "inputs": { + "video": [ + "33", + 0 + ], + "filename_prefix": "MiniMax/dumas-h3-3beat-10s-480p-quality/beats/beat", + "format": "auto", + "codec": "auto" + }, + "_meta": { + "title": "Save Beat Videos" + } } } diff --git a/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-realistic-16x9.json b/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-realistic-16x9.json index 78d1b28..8eb2a12 100644 --- a/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-realistic-16x9.json +++ b/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt-realistic-16x9.json @@ -156,5 +156,38 @@ "_meta": { "title": "Info" } + }, + "33": { + "class_type": "CreateVideo", + "inputs": { + "images": [ + "20", + 12 + ], + "fps": 24, + "audio": [ + "20", + 13 + ], + "bit_depth": 8 + }, + "_meta": { + "title": "Create Beat Videos" + } + }, + "34": { + "class_type": "SaveVideo", + "inputs": { + "video": [ + "33", + 0 + ], + "filename_prefix": "MiniMax/dumas-realistic-16x9-8s/beats/beat", + "format": "auto", + "codec": "auto" + }, + "_meta": { + "title": "Save Beat Videos" + } } } diff --git a/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt.json b/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt.json index 88a4608..974da43 100644 --- a/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt.json +++ b/custom/chris/minimax-h3-two-beat-savevideo-test/api-prompt.json @@ -156,5 +156,38 @@ "_meta": { "title": "Info" } + }, + "33": { + "class_type": "CreateVideo", + "inputs": { + "images": [ + "20", + 12 + ], + "fps": 24, + "audio": [ + "20", + 13 + ], + "bit_depth": 8 + }, + "_meta": { + "title": "Create Beat Videos" + } + }, + "34": { + "class_type": "SaveVideo", + "inputs": { + "video": [ + "33", + 0 + ], + "filename_prefix": "MiniMax/dumas-two-beat-savevideo-test/beats/beat", + "format": "auto", + "codec": "auto" + }, + "_meta": { + "title": "Save Beat Videos" + } } }