diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-04 16:22:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 16:22:51 +0000 |
commit | e9911391ca58f05b9255a2625e3efa06ff831ac9 (patch) | |
tree | 18ae5a4427faa40e11d3f0250a60cbc5d526bcf3 /requirements_versions.txt | |
parent | 097a90b88bb92878cf435c513b4757b5b82ae299 (diff) | |
parent | 590c5ae016ae494f4873ca20079b30684ea3060c (diff) | |
download | stable-diffusion-webui-gfx803-e9911391ca58f05b9255a2625e3efa06ff831ac9.tar.gz stable-diffusion-webui-gfx803-e9911391ca58f05b9255a2625e3efa06ff831ac9.tar.bz2 stable-diffusion-webui-gfx803-e9911391ca58f05b9255a2625e3efa06ff831ac9.zip |
Merge pull request #6305 from vladmandic/fix-jpeg
fix jpeg handling
Diffstat (limited to 'requirements_versions.txt')
-rw-r--r-- | requirements_versions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_versions.txt b/requirements_versions.txt index 975102d9..d2899292 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -5,7 +5,7 @@ basicsr==1.4.2 gfpgan==1.3.8
gradio==3.15.0
numpy==1.23.3
-Pillow==9.2.0
+Pillow==9.4.0
realesrgan==0.3.0
torch
omegaconf==2.2.3
|