How to pass in text for the video-to-video stage?
#2
by
Softology
- opened
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