How to pass in text for the video-to-video stage?

#2
by Softology - opened

This image shows a prompt "a lovely little fox is amongst the flowers"
Fig_twostage.png
How do I pass a prompt like that to the second stage?

video resolution

p_input = {'video_path': output_video_path, 'text': 'Your text prompt'}
new_output_video_path = pipe2(p_input, output_video='./v2v_output.mp4')[OutputKeys.OUTPUT_VIDEO]

Thank you. Works fine.
Are there any other options that can be specified in the p_input?

The current model does not have any additional inputs.

OK, thanks.

Softology changed discussion status to closed

Sign up or log in to comment