stable-diffusion-webui
stable-diffusion-webui copied to clipboard
(Deprecated) Image.LANCZOS -> Image.Resampling.LANCZOS
Image.LANCZOS -> Image.Resampling.LANCZOS
Image.LANCZOS is deprecated as of 9.1. https://pillow.readthedocs.io/en/stable/releasenotes/9.1.0.html
Web UI has Pillow set at 9.2 in the requirements. https://github.com/johnnypeck/stable-diffusion-webui/blob/master/requirements_versions.txt
colab users use requirements.txt where the version of pillow is not set, and they use a lower version with python 3.7