Spaces:
Configuration error
Configuration error
File size: 1,016 Bytes
24bde82 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
[OPTIONS]
video_file =
vocal_file =
quality = Improved
# Options:
; Fast: Wav2Lip only
; Improved: Wav2Lip with a feathered mask around the mouth to remove the square around the face
; Enhanced: Wav2Lip + mask + GFPGAN upscaling done on the face
; Experimental: Test version of applying gfpgan - see release notes
output_height = full resolution
# Options:
; full resolution
; half resolution
; video height in pixels eg: 480
wav2lip_version = Wav2Lip
# Wav2Lip or Wav2Lip_GAN
# Please consult the readme for this and the rest of the options:
; https://github.com/anothermartz/Easy-Wav2Lip#advanced-tweaking
use_previous_tracking_data = True
nosmooth = True
preview_window = Full
[PADDING]
u = 0
d = 0
l = 0
r = 0
[MASK]
size = 2.5
feathering = 2
mouth_tracking = False
debug_mask = False
[OTHER]
batch_process = False
output_suffix = _SyncKing-Kong
include_settings_in_suffix = False
preview_settings = False
frame_to_preview = 100
|