simple workflow to do the post processing for mainly videos.
since i get many OOM. in some parts of the video generations. i split the post processing to avoid this problem.
this one comes now with >
post processing stuffs only. Like
color match,
crop
Interpolation,
upscalers, vr2 upscale
i intend add more functions that can be done on post processing without a need for a checkpoint/safetensor/GGUF
the image process is just a extra.
you can do by single file or batch path in both.
Description
added automatic cropping
It averages the initial and final frames and automatically removes the difference. It has worked well with videos up to 4 seconds. I haven't tested it with longer ones.
manual crop yet avaliable for use if automatic wont solve!
Interpolation (better) - takes longer to process, but the final color consistency is better than the (fast) mode.
Obviously, it's not recommended to use both at the same time.
Other adjustments and a more simplified UI now.