aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorJJ <jjisnow@gmail.com>2022-09-16 20:48:22 +0000
committerJJ <jjisnow@gmail.com>2022-09-16 20:58:35 +0000
commitde5bfdf9177d7035c76a890c241f8a5a32455cad (patch)
treedb4bd69a3f75e2dd114f954e224d93c0c784460f /webui.py
parente49b1c5d73ede818adb624590934f051b94493ac (diff)
downloadstable-diffusion-webui-gfx803-de5bfdf9177d7035c76a890c241f8a5a32455cad.tar.gz
stable-diffusion-webui-gfx803-de5bfdf9177d7035c76a890c241f8a5a32455cad.tar.bz2
stable-diffusion-webui-gfx803-de5bfdf9177d7035c76a890c241f8a5a32455cad.zip
image info tab
* handles exceptions if jpeg jfif data not present * removes further non-comment related exif data.
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index add72123..cbfb62f0 100644
--- a/webui.py
+++ b/webui.py
@@ -121,7 +121,7 @@ def webui():
txt2img=wrap_gradio_gpu_call(modules.txt2img.txt2img),
img2img=wrap_gradio_gpu_call(modules.img2img.img2img),
run_extras=wrap_gradio_gpu_call(modules.extras.run_extras),
- run_pnginfo=modules.extras.run_pnginfo
+ run_image_info=modules.extras.run_image_info
)
demo.launch(