File size: 414 Bytes
edc0f20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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