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
An advanced gradio web ui for generating and editing videos with CogVideo. Supports:
Text-to-video: Enter prompt to generate videos
Video-to-video: Video + Prompt => New video
Image-to-video: Generate a video from a start image
Extend-video: Take any video and extend it using the last frame
Tab-based Workflow: Generate videos and send them to video-to-video or extend-video with one click
How it works
Cogstudio is a single file gradio application cogstudio.py that uses the latest version of CogVideo.
Because it's minimal and blends into the cogvideo repo (instead of existing as a fork), it should take advantage of all the future updates of CogVideo while using the advanced UI.
Features
1. Text to Video
Enter prompt to generate videos
2. Video to Video
Upload a video and enter a prompt to transform the video into another video.
3. Image to Video
Upload a start image and a prompt, and generate a video from the image
4. Extend Video
Upload a video, select a frame to continue the video from, and generate an extended video.
You can keep extending the generated video to infinity and generate a very long video this way.
Also, it's not just about extending from the end, you can use the slider interface to select precisely which point to continue the generation from.
5. Seamless Workflow
Once you generate a video, you can send it to:
video to video
extend video
tabs to add more editing, for example transforming the generated video, or taking the generated video and extending it to make it longer.