From b01e504995e4c993b46493ec5b1f1c11b74669af Mon Sep 17 00:00:00 2001 From: kex0 <46696708+kex0@users.noreply.github.com> Date: Sun, 29 Jan 2023 04:34:31 +0100 Subject: [PATCH] fix last commit --- scripts/batch_face_swap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/batch_face_swap.py b/scripts/batch_face_swap.py index f56a58c..587b525 100644 --- a/scripts/batch_face_swap.py +++ b/scripts/batch_face_swap.py @@ -780,7 +780,7 @@ def switchInvertMask(invertMask: bool): def run(self, p, overrideDenoising, overrideMaskBlur, path, searchSubdir, divider, howSplit, saveMask, pathToSave, viewResults, saveNoFace, onlyMask, invertMask, singleMaskPerImage, countFaces, maskSize, keepOriginalName, pathExisting, pathMasksExisting, pathToSaveExisting, selectedTab): comments = {} wasGrid = p.do_not_save_grid - p.do_not_save_grid = False + p.do_not_save_grid = True def infotext(iteration=0, position_in_batch=0): if p.all_prompts == None: p.all_prompts = [p.prompt]