stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

(Deprecated) Image.LANCZOS -> Image.Resampling.LANCZOS

Open johnnypeck opened this issue 3 years ago • 1 comments

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

johnnypeck avatar Oct 31 '22 06:10 johnnypeck

colab users use requirements.txt where the version of pillow is not set, and they use a lower version with python 3.7

AUTOMATIC1111 avatar Nov 01 '22 15:11 AUTOMATIC1111