vid2vid improvements? #6070
henryvii99
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I tried vid2vid script and it seems that it cannot produce a smooth video yet.
From the cached images it seems right now, it is just img2img each frame and stitch them together.
As each frame is independent to each other, after stitching it just like a video glitched.
Could it be possible that while doing img2img, it also considers the image of last frame, as a percentage,
so that the newly produced image frame can transit from the old frame in a consistent manner?
We may need to designate the first img2img frame as "seed frame", and we need to designate seed frames as needed,
For example in a 10 sec video, the first 5 seconds is viewing the girl from front, another 5 seconds viewing from side,
then we need to designate 5:00 sec as second seed frame for img to img to work on.
Many thanks for reading and much appreciated if someone can see if this is feasible or not.
Beta Was this translation helpful? Give feedback.
All reactions