AlUlkesh / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
623 stars 111 forks source link

New webui functionality has broken several image browser features #195

Closed AlUlkesh closed 1 year ago

AlUlkesh commented 1 year ago

This update: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/8aa87c564a79965013715d56a5f90d2a34d5d6ee

has broken several things, see links below.

I have to check how to fix these.

AlUlkesh commented 1 year ago

Webui's ui_loadsave uses gradio labels as keys, this does not work with image browser, as the same labels are used on different tabs.

The latest image browser version now adds the do_not_save_to_config attribute to each gradio element.

This should work even if "wrong" values are already saved into ui-config.json. They will now not be used.