mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
Fix cli menu
This commit is contained in:
parent
89327ae49d
commit
2fa7dc8abc
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class ConverterMasked(Converter):
|
||||||
# ColorTransferMode.NONE, ColorTransferMode.MASKED_RCT_PAPER_CLIP)
|
# ColorTransferMode.NONE, ColorTransferMode.MASKED_RCT_PAPER_CLIP)
|
||||||
|
|
||||||
self.color_transfer_mode = np.clip(io.input_int(
|
self.color_transfer_mode = np.clip(io.input_int(
|
||||||
"Apply color transfer to predicted face? (0) None, (1) LCT (2) RCT-legacy?:help skip:%s) : " % default_apply_random_ct,
|
"Apply color transfer to predicted face? (0) None, (1) LCT, (2) RCT-legacy?:help skip:%s) : " % default_apply_random_ct,
|
||||||
default_apply_random_ct,
|
default_apply_random_ct,
|
||||||
help_message="Increase variativity of src samples by apply color transfer from random dst "
|
help_message="Increase variativity of src samples by apply color transfer from random dst "
|
||||||
"samples. It is like 'face_style' learning, but more precise color transfer and without "
|
"samples. It is like 'face_style' learning, but more precise color transfer and without "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue