Skip to content

Commit

Permalink
update pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Jan 4, 2023
1 parent 79c682a commit 590c5ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

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:
Expand Down
2 changes: 1 addition & 1 deletion requirements_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 590c5ae

Please sign in to comment.