mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
_
This commit is contained in:
parent
90a74efd89
commit
c43b3b161b
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class FacesetResizerSubprocessor(Subprocessor):
|
||||||
|
|
||||||
def process_folder ( dirpath):
|
def process_folder ( dirpath):
|
||||||
|
|
||||||
image_size = io.input_int(f"New image size", 512, valid_range=[256,2048])
|
image_size = io.input_int(f"New image size", 512, valid_range=[128,2048])
|
||||||
|
|
||||||
face_type = io.input_str ("Change face type", 'same', ['h','mf','f','wf','head','same']).lower()
|
face_type = io.input_str ("Change face type", 'same', ['h','mf','f','wf','head','same']).lower()
|
||||||
if face_type == 'same':
|
if face_type == 'same':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue