Hi
Thank you for very interesting work.
I am currently working on a low VRAM implementation of VAP for WanGP (https://github.com/deepbeepmeep/Wan2GP) a low VRAM Wan, Qwen, Flux ... Video Gen.
In order to be able to check if my code works properly I would be grateful if you could answer these questions :
- how should we choose the reference prompt versus the target prompt ? it seems when one tries to copy an effect in the reference video both the ref prompt and target will be similar. If that's the case why do we need two prompts ?
- the video prompt seems to have much less weight than the target video text prompt in the output result : I have tried to use a completely unrelated video to the target text prompt as a reference video and still got the desired output described in the text prompt. A general guide on how to pick the video and text would be greatly appreciated
- can we use a number frames higher than 49 ?
Hi
Thank you for very interesting work.
I am currently working on a low VRAM implementation of VAP for WanGP (https://github.com/deepbeepmeep/Wan2GP) a low VRAM Wan, Qwen, Flux ... Video Gen.
In order to be able to check if my code works properly I would be grateful if you could answer these questions :