fix batch args

pull/101/head
Somdev Sangwan 2023-06-22 14:50:12 +05:30 committed by GitHub
parent 8934e1f180
commit ef41538594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class FaceSwapScript(scripts.Script):
else:
logger.error(f"Please provide a source face")
def postprocess_batch(self, p, images, *args, **kwargs):
def postprocess_batch(self, images, *args, **kwargs):
if self.enable:
return images