Brings a range of true text2video models, such as ModelScope and Videocrafter, into the WebUI.
 
 
Go to file
kabachuha 71f910a5e3 better links 2023-03-20 14:52:53 +03:00
scripts better links 2023-03-20 14:52:53 +03:00
.gitattributes Initial commit 2023-03-19 23:32:38 +03:00
.gitignore Initial commit 2023-03-19 23:32:38 +03:00
LICENSE Initial commit 2023-03-19 23:32:38 +03:00
README.md Update README.md 2023-03-20 12:05:14 +03:00
install.py autoinstall requirements 2023-03-20 12:24:02 +03:00
requirements.txt add ffmpeg to requirements 2023-03-20 12:21:04 +03:00

README.md

ModelScope text2video Extension for AUTOMATIC1111's StableDiffusion WebUI

WIP!!!

Auto1111 extension consisting of implementation of ModelScope text2video using only Auto1111 webui dependencies and downloadable models (so no logins required anywhere)

8gbs vram should be enough to run on GPU with low vram vae on at 256x256. (some opts are not working properly rn) But, 24 frames length 256x256 video definitely fits into 12gbs of NVIDIA GeForce RTX 2080 Ti. We will appreciate any help with this extension, especially pull-requests.

There is a known issue with ffmpeg stitching, if ffmpeg fails and it outputs something like 'tuple split failed', go to 'stable-diffusion-webui/outputs/img2img-images/text2video-modelscope' and grab the frames from there until it's fixed.

Prompt: flowers turning into lava

Test example:

https://user-images.githubusercontent.com/14872007/226214023-2d3892d8-64d4-4312-baab-575aafedae09.mp4

Where to get the weights

All the parts of the model at HuggingFace (download your weights from there and put into stable-diffusion-webui/models/ModelScope/t2v):

https://huggingface.co/damo-vilab/modelscope-damo-text-to-video-synthesis/tree/main

Dev resources

HuggingFace space:

https://huggingface.co/spaces/damo-vilab/modelscope-text-to-video-synthesis

The model PyTorch implementation from ModelScope:

https://github.com/modelscope/modelscope/tree/master/modelscope/models/multi_modal/video_synthesis

Google Colab from the devs:

https://colab.research.google.com/drive/1uW1ZqswkQ9Z9bp5Nbo5z59cAn7I0hE6R?usp=sharing