Skip to content

Commit

Permalink
[RESTRUCTURE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Feb 6, 2024
1 parent b7cc528 commit d6505d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Lumiere
Implementation of the text to video model LUMIERE from the paper: "A Space-Time Diffusion Model for Video Generation" by Google Research. I will mostly be implementing the modules from the diagram a and b in figure 4

## Install
`pip install lumiere`


## Usage
```
```


# License
MIT
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import torch
from model import ConvolutionBasedInflationBlock
from lumiere.model import ConvolutionBasedInflationBlock


# B, T, H, W, C
Expand Down
File renamed without changes.

0 comments on commit d6505d2

Please sign in to comment.