update pillow

This commit is contained in:
Vladimir Mandic
2023-01-04 09:48:54 -05:00
committed by GitHub
parent 79c682ad4f
commit 590c5ae016
2 changed files with 1 additions and 3 deletions

View File

@@ -22,8 +22,6 @@ from modules.shared import opts, cmd_opts
LANCZOS = (Image.Resampling.LANCZOS if hasattr(Image, 'Resampling') else Image.LANCZOS)
Image.init() # initialize once all known file format handlers
def image_grid(imgs, batch_size=1, rows=None):
if rows is None:

View File

@@ -5,7 +5,7 @@ basicsr==1.4.2
gfpgan==1.3.8
gradio==3.15.0
numpy==1.23.3
Pillow==9.3.0
Pillow==9.4.0
realesrgan==0.3.0
torch
omegaconf==2.2.3