File size: 530 Bytes
2a1ec0a
 
 
 
 
 
 
 
 
 
edc0f20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Video-P2P Demo
emoji: 🐶
colorFrom: blue
colorTo: pink
sdk: gradio
app_file: app.py
pinned: false
---

# 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