Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is VAE designed to be causal, what's the advantage of it? #276

Open
awei-6 opened this issue May 17, 2024 · 1 comment
Open

Why is VAE designed to be causal, what's the advantage of it? #276

awei-6 opened this issue May 17, 2024 · 1 comment

Comments

@awei-6
Copy link

awei-6 commented May 17, 2024

Usually we design causal models because we want to use autoregressive generation afterward, but as diffusion is generating in parallel, why is VAE designed to be causal? What's the intuition behind this design?

@qqingzheng
Copy link
Contributor

This can enable VAE to support both image and video encoding and decoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants