Merge latest upstream Long Videos

This commit is contained in:
2026-09-17 15:57:25 +00:00
parent 9923a3e417
commit bfaa5fa733
8 changed files with 7146 additions and 2230 deletions
+13
View File
@@ -23,6 +23,16 @@ class DumasH3LongVideosUpstreamWrapperTests(unittest.TestCase):
"folder_paths",
"dumas_h3_longvideos",
"dumas_h3_longvideos_upstream",
"dumas_h3_longvideos_engine",
"dumas_h3_longvideos_shot_plan",
"dumas_h3_longvideos_runtime",
"dumas_h3_longvideos_audio",
"dumas_h3_longvideos_conditioning",
"h3_engine",
"h3_shot_plan",
"h3_runtime",
"h3_audio",
"h3_conditioning",
)
}
@@ -112,6 +122,9 @@ class DumasH3LongVideosUpstreamWrapperTests(unittest.TestCase):
self.assertIn("first_frame", schema["optional"])
self.assertIn("ref_image_1", schema["optional"])
self.assertIn("latent_upscale", schema["optional"])
self.assertIn("speech_tail_seconds", schema["optional"])
self.assertIn("hold_camera", schema["optional"])
self.assertIn("verbatim", schema["optional"])
self.assertIn("handoff_frames", schema["optional"])
self.assertEqual(schema["optional"]["handoff_frames"][1]["default"], 1)
self.assertEqual(node_cls.RETURN_NAMES[0:4], ("images", "audio", "info", "script"))