Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# VIRES_VAE model card
|
2 |
+
|
3 |
+
**Model Page**: [VIRES](https://hjzheng.net/projects/VIRES/)
|
4 |
+
|
5 |
+
This is a component of VIRES model.
|
6 |
+
|
7 |
+
### Usage
|
8 |
+
|
9 |
+
Ref to our GitHub page: https://github.com/suimuc/VIRES/
|
10 |
+
|
11 |
+
## Citation
|
12 |
+
|
13 |
+
```BibTeX
|
14 |
+
@article{vires,
|
15 |
+
title={VIRES: Video Instance Repainting via Sketch and Text Guided Generation},
|
16 |
+
author={Weng, Shuchen and Zheng, Haojie and Zhang, Peixuan and Hong, Yuchen and Jiang, Han and Li, Si and Shi, Boxin},
|
17 |
+
journal={arXiv preprint arXiv:2411.16199},
|
18 |
+
year={2024}
|
19 |
+
}
|
20 |
+
```
|