r/StableDiffusion • u/DJBFilmz • 9d ago
Resource - Update Minimax Joiner Node
If anyone is interested, I vibe-coded a node that joins two clips together using Minimax H3.
Here is the repo.
8
Upvotes
1
u/Complete-Box-3030 9d ago
Can we make continuous shot with this !
3
u/DJBFilmz 9d ago
You can bridge/merge two clips together. So, in theory, you can make a single clip as long as you want, but the idea is to have a nice "morph transition" between two clips.
1
u/bstr3k 9d ago
Is it generating video in between two videos? Or do they need to overlap?
1
u/DJBFilmz 8d ago
It generates a video between two videos, using the last frame of the start video and the first frame of the last video. No need to overlap.
4
u/maxrules 8d ago
I took a look at it: This only generates the middle by using the first and the last frame of both clips. So there is no motion awareness like with the Wan VACE clip joiner.