2.0 KiB
2.0 KiB
MiniMax H3 SaveVideo Tests
Practical test flow for DumasH3LongVideos that:
- uses
LoadImagerefs derived from images stored in this repo - renders short beat-based clips
- stays near or under 10 seconds total
- converts the returned image batch with
CreateVideo - saves the final file with
SaveVideo
Repo source images
- Character ref:
optimized/image-to-video/minimax-h3-r2v-master/references/default-character-reference.jpg - Location ref:
optimized/image-to-video/minimax-h3-r2v-master/references/default-location-reference.jpg
ComfyUI input names used by the prompt
Upload those repo images into the live ComfyUI input folder with these names:
default-character-reference.jpgdefault-location-reference.jpg
The included baseline prompts expect those names in LoadImage.
The new reference-quality prompt uses these live input names instead:
chris-character-reference.jpgchris-location-reference.jpg
Flow summary
LoadImage x2 -> DiffusionModelLoaderKJ / CLIPLoader / VAELoader x2 -> DumasH3LongVideos -> CreateVideo -> SaveVideo
Variants
-
api-prompt.json- short proof run
2beats at3seach- total target runtime =
6s
-
api-prompt-realistic-16x9.json- longer realistic scenario
2beats at4seach- total target runtime =
8s
-
api-prompt-3beat-10s-480p-quality.json- reference-quality follow-up for today's H3 live test
3beats with explicit per-beat timing:3s,3s,4s- total target runtime =
10s - expects the provided live refs to be uploaded as:
chris-character-reference.jpgchris-location-reference.jpg
- quality-oriented settings:
864x480(0.4 MPat16:9)20stepseulersamplerbetascheduler- H3 turbo LoRA enabled
Notes
- This is a practical API flow, not a promoted master workflow.
api-prompt.jsonandapi-prompt-realistic-16x9.jsonremain cheap proof-run variants.api-prompt-3beat-10s-480p-quality.jsonis the quality-biased reference test.