Unverified Commit 590c5ae0 authored by Vladimir Mandic's avatar Vladimir Mandic Committed by GitHub

update pillow

parent 79c682ad
...@@ -22,8 +22,6 @@ from modules.shared import opts, cmd_opts ...@@ -22,8 +22,6 @@ from modules.shared import opts, cmd_opts
LANCZOS = (Image.Resampling.LANCZOS if hasattr(Image, 'Resampling') else Image.LANCZOS) 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): def image_grid(imgs, batch_size=1, rows=None):
if rows is None: if rows is None:
......
...@@ -5,7 +5,7 @@ basicsr==1.4.2 ...@@ -5,7 +5,7 @@ basicsr==1.4.2
gfpgan==1.3.8 gfpgan==1.3.8
gradio==3.15.0 gradio==3.15.0
numpy==1.23.3 numpy==1.23.3
Pillow==9.3.0 Pillow==9.4.0
realesrgan==0.3.0 realesrgan==0.3.0
torch torch
omegaconf==2.2.3 omegaconf==2.2.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment