Closed AlUlkesh closed 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.
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.