mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-05-22 23:59:40 +02:00
80 lines
1.1 KiB
INI
80 lines
1.1 KiB
INI
[training.dataset]
|
|
file_pattern =
|
|
convert_template =
|
|
multiplier
|
|
transform_size =
|
|
usage_mode =
|
|
batch_mode =
|
|
batch_ratio =
|
|
|
|
[training.loader]
|
|
batch_size =
|
|
num_workers =
|
|
split_ratio =
|
|
|
|
[training.model]
|
|
generator_embedder_path =
|
|
loss_embedder_path =
|
|
gazer_path =
|
|
face_masker_path =
|
|
|
|
[training.model.generator]
|
|
source_channels =
|
|
output_channels =
|
|
output_size =
|
|
num_blocks =
|
|
|
|
[training.model.discriminator]
|
|
input_channels =
|
|
num_filters =
|
|
num_layers =
|
|
num_discriminators =
|
|
kernel_size =
|
|
|
|
[training.model.masker]
|
|
input_channels =
|
|
output_channels =
|
|
num_filters =
|
|
|
|
[training.losses]
|
|
adversarial_weight =
|
|
cycle_weight =
|
|
feature_weight =
|
|
reconstruction_weight =
|
|
identity_weight =
|
|
gaze_weight =
|
|
mask_weight =
|
|
|
|
[training.trainer]
|
|
accumulate_size =
|
|
learning_rate =
|
|
gradient_clip =
|
|
noise_factor =
|
|
max_epochs =
|
|
strategy =
|
|
precision =
|
|
logger_path =
|
|
logger_name =
|
|
preview_frequency =
|
|
|
|
[training.output]
|
|
directory_path =
|
|
file_pattern =
|
|
resume_path =
|
|
|
|
[exporting]
|
|
directory_path =
|
|
source_path =
|
|
target_path =
|
|
target_size =
|
|
ir_version =
|
|
opset_version =
|
|
precision =
|
|
|
|
[inferencing]
|
|
generator_path =
|
|
embedder_path =
|
|
source_path =
|
|
target_path =
|
|
output_path =
|