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

Extra Arg in Guided Diffusion #321

Merged
merged 1 commit into from
May 23, 2024

Conversation

nilsleh
Copy link
Contributor

@nilsleh nilsleh commented May 23, 2024

from denoising_diffusion_pytorch.guided_diffusion import GaussianDiffusion, Unet

unet = Unet(dim=16, channels=3, out_dim=3)

diff = GaussianDiffusion(unet)

fails, because there is an extra argument, that doesn't seem to belong there.

@lucidrains
Copy link
Owner

@nilsleh oops, thanks!

@lucidrains lucidrains merged commit 0467df9 into lucidrains:main May 23, 2024
WillyChap pushed a commit to WillyChap/denoising-diffusion-pytorch that referenced this pull request Sep 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants