Text-To-Video-Finetuning
Text-To-Video-Finetuning copied to clipboard
About VideoLDM
Do you have any knowledge of VideoLDM, and is it possible to integrate its algorithms to further enhance the capabilities of current models, such as generating longer videos?
ModelScope's implementation is very similar to theirs in the sense that they add a temporal dimension to the model. For long video generation, you could follow this PR which uses a similar idea https://github.com/ExponentialML/Text-To-Video-Finetuning/pull/27.
Many thanks. Do you have any recommendations for AI video flicker removal?
Many thanks. Do you have any recommendations for AI video flicker removal?
No problem! There was a paper released somewhat recently that supposedly tackles this problem, but I can't seem to find it.
For now, I think using a tool outside of the machine learning domain would suffice.
Nice,have you tried any tools to alleviate the flickering?
Many thanks. Do you have any recommendations for AI video flicker removal?
No problem! There was a paper released somewhat recently that supposedly tackles this problem, but I can't seem to find it.
For now, I think using a tool outside of the machine learning domain would suffice.
ModelScope's implementation is very similar to theirs in the sense that they add a temporal dimension to the model. For long video generation, you could follow this PR which uses a similar idea #27.
Do you have plans to integrate this PR later on?
Nice,have you tried any tools to alleviate the flickering?
Many thanks. Do you have any recommendations for AI video flicker removal?
No problem! There was a paper released somewhat recently that supposedly tackles this problem, but I can't seem to find it. For now, I think using a tool outside of the machine learning domain would suffice.
Found it :wink: .
https://github.com/chenyanglei/all-in-one-deflicker
This person is trying to implement it in Diffusers, last commit just yesterday
https://github.com/srpkdyy/VideoLDM