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