mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-04-19 15:56:37 +02:00
60 lines
841 B
INI
60 lines
841 B
INI
[training.dataset]
|
|
file_pattern =
|
|
batch_ratio =
|
|
|
|
[training.loader]
|
|
batch_size =
|
|
num_workers =
|
|
split_ratio =
|
|
|
|
[training.model]
|
|
embedder_path =
|
|
landmarker_path =
|
|
motion_extractor_path =
|
|
|
|
[training.model.generator]
|
|
encoder_type =
|
|
identity_channels =
|
|
output_channels =
|
|
num_blocks =
|
|
|
|
[training.model.discriminator]
|
|
input_channels =
|
|
num_filters =
|
|
num_layers =
|
|
num_discriminators =
|
|
kernel_size =
|
|
|
|
[training.losses]
|
|
adversarial_weight =
|
|
attribute_weight =
|
|
reconstruction_weight =
|
|
identity_weight =
|
|
pose_weight =
|
|
gaze_weight =
|
|
|
|
[training.trainer]
|
|
learning_rate =
|
|
max_epochs =
|
|
precision =
|
|
preview_frequency =
|
|
|
|
[training.output]
|
|
directory_path =
|
|
file_pattern =
|
|
resume_path =
|
|
|
|
[exporting]
|
|
directory_path =
|
|
source_path =
|
|
target_path =
|
|
ir_version =
|
|
opset_version =
|
|
|
|
[inferencing]
|
|
generator_path =
|
|
embedder_path =
|
|
source_path =
|
|
target_path =
|
|
output_path =
|