pixeli99 / SVD_Xtend

Stable Video Diffusion Training Code and Extensions.
553 stars 51 forks source link

'EulerDiscreteScheduler' object has no attribute 'get_velocity' #1

Closed LiuShiyu95 closed 8 months ago

LiuShiyu95 commented 8 months ago

Thank you very much for your work. I did not find any implementation of get in EulerDiscreteSchedule in diffusers_ Velocity, may I ask if you have implemented one yourself?

pixeli99 commented 8 months ago

It seems that currently we only need to copy the function from DDPM, but the current version of the code has issues. I will continue to fix it tomorrow to fully align it with the noise scheduler in the svd paper. Once everything is ready, I will update the readme to indicate that the code is usable.

LiuShiyu95 commented 8 months ago

It seems that currently we only need to copy the function from DDPM, but the current version of the code has issues. I will continue to fix it tomorrow to fully align it with the noise scheduler in the svd paper. Once everything is ready, I will update the readme to indicate that the code is usable.

I understand what you mean, thank you for your work and thank you for your reply!