Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhsirius authored Jun 30, 2022
1 parent 0f0fb5e commit b880f05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Latent Image Animator: Learning to Animate Images via Latent Space Navigation
### [Project Page](https://wyhsirius.github.io/LIA-project/) | [Paper](https://openreview.net/pdf?id=7r6kDq0mK_)
This is the official PyTorch implementation of the ICLR 2022 paper "Latent Image Animator: Learning to Animate Images via Latent Space Navigation"
[![Replicate](https://replicate.com/wyhsirius/lia/badge)](https://replicate.com/wyhsirius/lia)

<img src="LIA.gif" width="500">

Expand All @@ -15,8 +16,6 @@ This is the official PyTorch implementation of the ICLR 2022 paper "Latent Image

## 1. Animation demo

Try Replicate web demo here [![Replicate](https://replicate.com/wyhsirius/lia/badge)](https://replicate.com/wyhsirius/lia)

Download pre-trained checkpoints from [here](https://drive.google.com/drive/folders/1N4QcnqUQwKUZivFV-YeBuPyH4pGJHooc?usp=sharing) and put models under `./checkpoints`. We have provided several demo source images and driving videos in `./data`.
To obtain demos, you could run following commands, generated results will be saved under `./res`.
```shell script
Expand Down

0 comments on commit b880f05

Please sign in to comment.