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

latent diffusion deterministic forward pass #368

Open
TerryMelody opened this issue May 22, 2024 · 1 comment
Open

latent diffusion deterministic forward pass #368

TerryMelody opened this issue May 22, 2024 · 1 comment

Comments

@TerryMelody
Copy link

In ddim.py, is there any implementation of this todo part: deterministic forward pass?
if mask is not None:
assert x0 is not None
img_orig = self.model.q_sample(x0, ts) # TODO: deterministic forward pass?
img = img_orig * mask + (1. - mask) * img

@taustudent
Copy link

@TerryMelody Hi
Did you find something?

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