I compared your code with diffusers original implementation and didn't quite understand why denoising_end key was removed from both pipelines, as well as impementation. Also, in call method, line 748 of that pipe, you removed **kwargs.
Is that a correct behavior, and if it is, what's the idea behind those changes?
I compared your code with diffusers original implementation and didn't quite understand why denoising_end key was removed from both pipelines, as well as impementation. Also, in call method, line 748 of that pipe, you removed **kwargs.
Is that a correct behavior, and if it is, what's the idea behind those changes?