chris-alexiuk-1/modelscope-damo-text-to-video-synthesis-dockerfile

Simple container for running Damo text-to-video. You will need an RTX 3090/4090 to run locally.

3

stars

5

commits

Python

primary language

Mar 28, 2023

updated

README

Run Damo's text-to-video-synthesis locally

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.

Instructions:

  1. Clone this repo using:

git clone https://github.com/chris-alexiuk/modelscope-damo-text-to-video-synthesis-dockerfile.git

  1. Create the image with

docker build -t damo-txt2vid .

  1. Run the container with

docker run --gpus all -v ${HOME}/.cache:/root/.cache -p 7860:7860 --shm-size 30g -it --rm txt2vid

:tada: That's it, enjoy! :tada:

Contributors

chris-alexiuk-1/modelscope-damo-text-to-video-synthesis-dockerfile

Simple container for running Damo text-to-video. You will need an RTX 3090/4090 to run locally.

3

stars

5

commits

Python

primary language

Mar 28, 2023

updated

README

Run Damo's text-to-video-synthesis locally

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.

Instructions:

  1. Clone this repo using:

git clone https://github.com/chris-alexiuk/modelscope-damo-text-to-video-synthesis-dockerfile.git

  1. Create the image with

docker build -t damo-txt2vid .

  1. Run the container with

docker run --gpus all -v ${HOME}/.cache:/root/.cache -p 7860:7860 --shm-size 30g -it --rm txt2vid

:tada: That's it, enjoy! :tada:

Contributors

Languages

Python

86.9%

Dockerfile

13.1%