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

How to use core methods in my own latent space diffusion model? #78

Open
fushen1228 opened this issue Oct 29, 2024 · 1 comment
Open

Comments

@fushen1228
Copy link

how to use the image y to be restored and the mask in the latent space? Can I use the VAE encoder to encode them into the latent space? Then, can I decode the final restored x back to pixel space using the decoder?

@wyhuai
Copy link
Owner

wyhuai commented Oct 30, 2024

The encoder is not a linear operator, so Range Null-space Decomposition may hold in that case.

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