Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kex0 committed Jan 29, 2023
1 parent a6a0512 commit b01e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/batch_face_swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b01e504

Please sign in to comment.