Skip to content

Commit fcbfde7

Browse files
committed
add diagram for latent self conditioning from paper
1 parent 5cabffb commit fcbfde7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="./rin.png" width="500png"></img>
22

3+
<img src="./latent-self-conditioning.png" width="600px"></img>
4+
35
## Recurrent Interface Network (RIN) - Pytorch (wip)
46

57
Implementation of <a href="https://arxiv.org/abs/2212.11972">Recurrent Interface Network (RIN)</a>, for highly efficient generation of images and video without cascading networks, in Pytorch. The author unawaredly reinvented the <a href="https://github.com/lucidrains/isab-pytorch">induced set-attention block</a> from the <a href="https://arxiv.org/abs/1810.00825">set transformers</a> paper. They also combine this with the self-conditioning technique from the <a href="https://arxiv.org/abs/2208.04202">Bit Diffusion paper</a>, specifically for the latents.

latent-self-conditioning.png

104 KB
Loading

0 commit comments

Comments
 (0)