Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
590c5ae0
Unverified
Commit
590c5ae0
authored
Jan 04, 2023
by
Vladimir Mandic
Committed by
GitHub
Jan 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pillow
parent
79c682ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
images.py
modules/images.py
+0
-2
requirements_versions.txt
requirements_versions.txt
+1
-1
No files found.
modules/images.py
View file @
590c5ae0
...
@@ -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
:
...
...
requirements_versions.txt
View file @
590c5ae0
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment