mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-25 00:39:36 +00:00
image info tab
* handles exceptions if jpeg jfif data not present * removes further non-comment related exif data.
This commit is contained in:
2
webui.py
2
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(
|
||||
|
||||
Reference in New Issue
Block a user