Skip to content

Commit

Permalink
Merge pull request #6305 from vladmandic/fix-jpeg
Browse files Browse the repository at this point in the history
fix jpeg handling
  • Loading branch information
AUTOMATIC1111 committed Jan 4, 2023
2 parents 097a90b + 590c5ae commit e991139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/extras.py
Expand Up @@ -19,8 +19,6 @@
import modules.gfpgan_model
from modules.ui import plaintext_to_html
import modules.codeformer_model
import piexif
import piexif.helper
import gradio as gr
import safetensors.torch

Expand Down
2 changes: 1 addition & 1 deletion requirements_versions.txt
Expand Up @@ -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
Expand Down

0 comments on commit e991139

Please sign in to comment.