Fix example config

This commit is contained in:
henryruhs
2025-02-13 12:37:57 +01:00
parent 3be8368eaa
commit 3fe32d7832
+1 -1
View File
@@ -28,7 +28,7 @@ This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model.
```
[preparing.dataset]
dataset_path = .datasets/train
folder_pattern = {}/*
directory_pattern = {}/*
image_pattern = {}/*.*g
same_person_probability = 0.2
```