From a756c8395e6d0b5fd76b6c12a355cb538ff97c09 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 8 Feb 2023 13:27:24 -0500 Subject: [PATCH] update --- cli/modules/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/modules/process.py b/cli/modules/process.py index d6aa15f18..75737331c 100755 --- a/cli/modules/process.py +++ b/cli/modules/process.py @@ -38,7 +38,7 @@ from sdapi import postsync params = Map({ 'src': '', # source folder 'dst': '', # destination folder - 'format': '.png', # image format + 'format': '.jpg', # image format 'extract_face': True, # extract face from image 'extract_body': True, # extract face from image 'clear_dst': True, # remove all files from destination at the start