wren93 commited on
Commit
d7cc764
β€’
1 Parent(s): 1698fb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ license: mit
6
  [**🌐 Homepage**](https://tiger-ai-lab.github.io/ConsistI2V/) | [**πŸ“– arXiv**](https://arxiv.org/abs/2402.04324) | [**πŸ–₯️ Code**](https://github.com/TIGER-AI-Lab/ConsistI2V) | [**πŸ“Š I2V-Bench**](https://drive.google.com/drive/folders/1eg_vtowKZBen74W-A1oeO4bR1K21giks)
7
 
8
  We propose ConsistI2V, a diffusion-based method to enhance visual consistency for I2V generation. Specifically, we introduce (1) spatiotemporal attention over the first frame to maintain spatial and motion consistency, (2) noise initialization from the low-frequency band of the first frame to enhance layout consistency. These two approaches enable ConsistI2V to generate highly consistent videos.
9
- <img src="https://tiger-ai-lab.github.io/ConsistI2V/static/images/consisti2v_main.png" alt="ConsistI2V" style="width:50%;">
10
 
11
  ## Environment Setup
12
  Prepare codebase and Conda environment using the following commands:
 
6
  [**🌐 Homepage**](https://tiger-ai-lab.github.io/ConsistI2V/) | [**πŸ“– arXiv**](https://arxiv.org/abs/2402.04324) | [**πŸ–₯️ Code**](https://github.com/TIGER-AI-Lab/ConsistI2V) | [**πŸ“Š I2V-Bench**](https://drive.google.com/drive/folders/1eg_vtowKZBen74W-A1oeO4bR1K21giks)
7
 
8
  We propose ConsistI2V, a diffusion-based method to enhance visual consistency for I2V generation. Specifically, we introduce (1) spatiotemporal attention over the first frame to maintain spatial and motion consistency, (2) noise initialization from the low-frequency band of the first frame to enhance layout consistency. These two approaches enable ConsistI2V to generate highly consistent videos.
9
+ <img src="https://tiger-ai-lab.github.io/ConsistI2V/static/images/consisti2v_main.png" alt="ConsistI2V" style="width:100%;">
10
 
11
  ## Environment Setup
12
  Prepare codebase and Conda environment using the following commands: