mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-05-22 23:59:40 +02:00
60 lines
873 B
INI
60 lines
873 B
INI
[preparing.dataset]
|
|
dataset_path =
|
|
directory_pattern =
|
|
image_pattern =
|
|
same_person_probability =
|
|
|
|
[training.loader]
|
|
batch_size =
|
|
num_workers =
|
|
|
|
[training.model]
|
|
id_embedder_path =
|
|
landmarker_path =
|
|
motion_extractor_path =
|
|
|
|
[training.model.generator]
|
|
num_blocks =
|
|
id_channels =
|
|
|
|
[training.model.discriminator]
|
|
input_channels =
|
|
num_filters =
|
|
num_layers =
|
|
num_discriminators =
|
|
kernel_size =
|
|
|
|
[training.losses]
|
|
weight_adversarial =
|
|
weight_identity =
|
|
weight_attribute =
|
|
weight_reconstruction =
|
|
weight_pose =
|
|
weight_gaze =
|
|
|
|
[training.trainer]
|
|
learning_rate =
|
|
max_epochs =
|
|
precision =
|
|
automatic_optimization =
|
|
preview_frequency =
|
|
|
|
[training.output]
|
|
directory_path =
|
|
file_pattern =
|
|
resume_file_path =
|
|
|
|
[exporting]
|
|
directory_path =
|
|
source_path =
|
|
target_path =
|
|
ir_version =
|
|
opset_version =
|
|
|
|
[inferencing]
|
|
generator_path =
|
|
id_embedder_path =
|
|
source_path =
|
|
target_path =
|
|
output_path =
|