huggingface / huggingface/diffusers
AutoencoderKLTemporalDecoder support for tiling
Open
enhancement
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
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
Contributor guide
Assessment
This issue has not been assessed yet.