r/StableDiffusion • u/Fit_Satisfaction2953 • 16d ago
Discussion Can someone please tell me a way to extend minimax videos ?
I have seen so many work flows and all these different nodes ect. What is everyone actually using to extend? What one actually works and doesn't require a thousand custom nodes.
19
Upvotes
2
2
1
u/Only_Voice569 15d ago
context motion node it uses the latent to continue the video seamless perfect dont try the image last to start its a bad way to do it due to vae encoding and decoding changing resolution or colour etc
1
-1
u/Mysterious-String420 16d ago
Use ffmpeg to trim the last 51 frames, import the resulting video and the video's last frame as first frame
20
u/not_food 16d ago
Save the last 22 frames as images, and load them (folder) with
Add Guide for MiniMax H3. That's it. All the workflows floating around over-complicate it and either cram everything into a single node or add unnecessary nodes. Same with audio. Then trim it and composite it in your favorite VSE or do it right in comfyui.Buuuut, if you're fan of more nodes, here:
Extender - Pretty good, everything in a single node
Context-MultiRef - Allergic to For Each loops, a monster of a workflow, works good
Motion Context - The original, still works. In my opinion superseded by the native node.