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: