fix batch
parent
2f335ba366
commit
d5826259f4
|
|
@ -172,7 +172,7 @@ class FaceSwapScript(scripts.Script):
|
|||
else:
|
||||
logger.error(f"Please provide a source face")
|
||||
|
||||
def postprocess_batch(self, images, *args, **kwargs):
|
||||
def postprocess_batch(self, *args, **kwargs):
|
||||
if self.enable:
|
||||
return images
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue