Implementing the amazing work found here and adapted from the HuggingFace space implementation here - this repo serves to allow users to quickly test text-to-video-synthesis.
You will need a RTX 3090 or 4090 to run this model on your local machine as the model is fairly large.
git clone https://github.com/chris-alexiuk/modelscope-damo-text-to-video-synthesis-dockerfile.git
docker build -t damo-txt2vid .
docker run --gpus all -v ${HOME}/.cache:/root/.cache -p 7860:7860 --shm-size 30g -it --rm txt2vid
:tada: That's it, enjoy! :tada:
4 commits
1 commits
Python
86.9%
Dockerfile
13.1%
Implementing the amazing work found here and adapted from the HuggingFace space implementation here - this repo serves to allow users to quickly test text-to-video-synthesis.
You will need a RTX 3090 or 4090 to run this model on your local machine as the model is fairly large.
git clone https://github.com/chris-alexiuk/modelscope-damo-text-to-video-synthesis-dockerfile.git
docker build -t damo-txt2vid .
docker run --gpus all -v ${HOME}/.cache:/root/.cache -p 7860:7860 --shm-size 30g -it --rm txt2vid
:tada: That's it, enjoy! :tada:
4 commits
1 commits
Python
86.9%
Dockerfile
13.1%