fix keep orig
parent
b6008d5127
commit
b7e1b0dd8f
|
|
@ -144,7 +144,8 @@ class FaceSwapScript(scripts.Script):
|
|||
)
|
||||
logger.debug("%s", pformat(self.postprocess_options))
|
||||
|
||||
p.do_not_save_samples = not self.keep_original_images
|
||||
if self.enabled :
|
||||
p.do_not_save_samples = not self.keep_original_images
|
||||
|
||||
|
||||
def process(self, p: StableDiffusionProcessing, *components):
|
||||
|
|
|
|||
Loading…
Reference in New Issue