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

ddim seems to be broken when using with Deforum #15

Open
osi1880vr opened this issue Sep 15, 2022 · 2 comments
Open

ddim seems to be broken when using with Deforum #15

osi1880vr opened this issue Sep 15, 2022 · 2 comments

Comments

@osi1880vr
Copy link

Im trying to get deforuum working and just stumble acros your new memory management.
For me it did break at least ddim maybe more im still testing.
plsm is just working.
I found one issue in ddim which is a missing option fill for make_ddim_timesteps in diffusionmodules/util.py

elif ddim_discr_method == 'fill':
    ddim_timesteps = np.linspace(0, num_ddpm_timesteps-1,num_ddim_timesteps+1).astype(int)

this I found missing. but then I still get errors from torch grad_mode in a _DecoratorContextManager
This all is way out of my line of understanding ;)
Maybe you find the time to see whats wrong there with ddim.
If it helps I will provide you with a repo where you can see it happen

@Ehplodor
Copy link

Did you mean to post this issue in Deforum repository ?

@osi1880vr
Copy link
Author

osi1880vr commented Sep 16, 2022 via email

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