mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
converter: fixed suppress seamless jitter
This commit is contained in:
parent
7b5fb497f0
commit
13f3251ee3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ConverterMasked(Converter):
|
|||
if self.mode != 'raw':
|
||||
|
||||
if self.mode == 'seamless':
|
||||
io.input_bool ("Suppress seamless jitter? [ y/n ] (?:help skip:n ) : ", False, help_message="Seamless clone produces face jitter. You can suppress it, but process can take a long time." )
|
||||
self.suppress_seamless_jitter = io.input_bool ("Suppress seamless jitter? [ y/n ] (?:help skip:n ) : ", False, help_message="Seamless clone produces face jitter. You can suppress it, but process can take a long time." )
|
||||
|
||||
if io.input_bool("Seamless hist match? (y/n skip:n) : ", False):
|
||||
self.mode = 'seamless-hist-match'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue