From a03d7ce99c566397e3c7b8978b911564badef907 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 8 Nov 2023 07:41:42 -0500 Subject: [PATCH] fix manual save --- modules/ui_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui_common.py b/modules/ui_common.py index c5d1fe62e..f27589a8b 100644 --- a/modules/ui_common.py +++ b/modules/ui_common.py @@ -93,6 +93,7 @@ def save_files(js_data, images, html_info, index): self.index_of_first_image = getattr(self, 'index_of_first_image', 0) self.infotexts = getattr(self, 'infotexts', [html_info]) self.infotext = self.infotexts[0] if len(self.infotexts) > 0 else html_info + self.outpath_grids = None try: data = json.loads(js_data) except Exception: