Spaces:
Runtime error
Runtime error
# Video-P2P | |
## Setup | |
All required packages are listed in the requirements file. | |
The code was tested on a Tesla V100 32GB but should work on other cards with at least **16GB** VRAM. | |
## Quickstart | |
``` bash | |
bash script.sh | |
``` | |
## References | |
* prompt-to-prompt: https://github.com/google/prompt-to-prompt | |
* Tune-A-Video: https://github.com/showlab/Tune-A-Video | |
* diffusers: https://github.com/huggingface/diffusers |