Open
Description
Is your feature request related to a problem? Please describe.
I would like to use the tiling feature from AutoEncoderKL in the AutoencoderKLTemporalDecoder.
Describe the solution you'd like.
Implement tiling with the AutoencoderKLTemporalDecoder
Describe alternatives you've considered.
Manually tile the input image and do the blending in image space.
Additional context.
None