You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result = pipe(prompt=[prompt] *len(pose_images), image=pose_images, latents=latents).images
141
+
imageio.mimsave("video.mp4", result, fps=4)
142
+
```
143
+
144
+
94
145
### Text-To-Video with Edge Control
95
146
96
147
To generate a video from prompt with additional Canny edge control, follow the same steps described above for pose-guided generation using [Canny edge ControlNet model](https://huggingface.co/lllyasviel/sd-controlnet-canny).
0 commit comments