Skip to content

Commit

Permalink
fix mp
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous authored and Anonymous committed Oct 25, 2023
1 parent edc25d8 commit 9f0c196
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ From Tencent AI Lab and [MMLab@NTU](https://www.mmlab-ntu.com/index.html) affili
<img src=assets/t2v/hd01.gif>
<p>Input: "A chihuahua in astronaut suit floating in space, cinematic lighting, glow effect";
<br>
Resolution: 1024 x 576; Frames: 64. (Compressed)</p>
Resolution: 1024 x 576; Frames: 64.</p>
<img src=assets/t2v/hd02.gif>
<p>Input: "Campfire at night in a snowy forest with starry sky in the background";
<br>
Resolution: 1024 x 576; Frames: 64. (Compressed)</p>
Resolution: 1024 x 576; Frames: 64.</p>
</div>

## 🔆 Introduction
Expand All @@ -40,14 +40,14 @@ Resolution: 1024 x 576; Frames: 64. (Compressed)</p>

<div align="center">
<img src=assets/t2v/sp512.gif>
<p>Longer single-prompt results. Resolution: 256 x 256; Frames: 512.</p>
<p>Longer single-prompt results. Resolution: 256 x 256; Frames: 512. (Compressed)</p>
</div>

### 2. Longer Multi-Prompt Text-to-video Generation

<div align="center">
<img src=assets/t2v/mp256.gif>
<p>Longer multi-prompt results. Resolution: 256 x 256; Frames: 256.</p>
<p>Longer multi-prompt results. Resolution: 256 x 256; Frames: 256. (Compressed)</p>
</div>

## 📝 Changelog
Expand Down
Binary file added lvdm/models/samplers/.DS_Store
Binary file not shown.
Binary file added lvdm/modules/encoders/.DS_Store
Binary file not shown.
Binary file added lvdm/modules/networks/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion lvdm/modules/networks/openaimodel3d_freenoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def __init__(self,
SpatialTransformer(ch, num_heads, dim_head,
depth=transformer_depth, context_dim=context_dim, use_linear=use_linear,
use_checkpoint=use_checkpoint, disable_self_attn=False,
img_cross_attention=self.use_image_attention, injection=True
img_cross_attention=self.use_image_attention, injection=False
)
)
if self.temporal_attention:
Expand Down
Binary file removed prompts/i2v_prompts/horse.png
Binary file not shown.
Binary file removed prompts/i2v_prompts/seashore.png
Binary file not shown.
2 changes: 0 additions & 2 deletions prompts/i2v_prompts/test_prompts.txt

This file was deleted.

2 changes: 0 additions & 2 deletions prompts/test_prompts.txt

This file was deleted.

0 comments on commit 9f0c196

Please sign in to comment.