How to add an image and combining prompts to create video?
#13
by
derekcbr01
- opened
video_frames = pipe(
prompt=mydict["prompt"],
num_videos_per_prompt=1,
num_inference_steps=50,
num_frames=32,
guidance_scale=6,
generator=torch.Generator(device="cuda").manual_seed(random_seed),
).frames[0]
Where can I find the parameters of the func in api documents?
check our github tonight