AILab-CVC / VideoCrafter

VideoCrafter2: Overcoming Data Limitations for High-Quality Video Diffusion Models
https://ailab-cvc.github.io/videocrafter2/
Other
4.49k stars 333 forks source link

Dockerfile #18

Closed thegenerativegeneration closed 1 year ago

thegenerativegeneration commented 1 year ago

I made a Dockerfile with the xformers setup and also a version that contains all the models.

The files aren't clean enough yet to make a pull request but feel free to use.

The Gradio demo can be run like

docker run --gpus all -it -p 7860:7860 wawa9000/videocrafter:latest-xformers-full python gradio_app.py

scutpaul commented 1 year ago

Wow, that's great!