deepfakes / faceswap

Deepfakes Software For All
https://www.faceswap.dev
GNU General Public License v3.0
52.18k stars 13.2k forks source link

tools-manual:ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() #1264

Closed vlccdl closed 2 years ago

vlccdl commented 2 years ago

after lastest update,when use "tools-manual",CRITICAL An unexpected crash has occurred. Crash report written to log as below.

==================================================================================

08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'align_fan_predict' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'align_fan_predict_0' 08/22/2022 10:57:03 MainProcess align_fan_predict_0 _base _thread_process DEBUG threading: (function: '_predict') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'align_fan_predict': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'align_fan_output' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'align_fan_output_0' 08/22/2022 10:57:03 MainProcess align_fan_output_0 _base _thread_process DEBUG threading: (function: '_process_output') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'align_fan_output': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG Launched align plugin 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG Launching mask_0 plugin 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG in_qname: extract2_mask_0_in, out_qname: extract2_mask_1_in 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base initialize DEBUG initialize Mask: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x000001C370E62610>, 'out_queue': <queue.Queue object at 0x000001C370E627C0>}) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base initialize INFO Initializing Components (Mask)... 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager getting: 'mask2_predict_components' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager adding: (name: 'mask2_predict_components', maxsize: 1, create_new: False) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager added: (name: 'mask2_predict_components') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager got: 'mask2_predict_components' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager getting: 'mask2_post_components' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager adding: (name: 'mask2_post_components', maxsize: 1, create_new: False) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager added: (name: 'mask2_post_components') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager got: 'mask2_post_components' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _compile_threads DEBUG Compiling mask threads 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Adding thread: (name: mask_components_input, function: <bound method Extractor._process_input of <plugins.extract.mask.components.Mask object at 0x000001C372B78E80>>, in_queue: <queue.Queue object at 0x000001C370E62610>, out_queue: <queue.Queue object at 0x000001C35FF34850>) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initializing MultiThread: (target: 'mask_components_input', thread_count: 1) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initialized MultiThread: 'mask_components_input' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Added thread: mask_components_input 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Adding thread: (name: mask_components_predict, function: <bound method Masker._predict of <plugins.extract.mask.components.Mask object at 0x000001C372B78E80>>, in_queue: <queue.Queue object at 0x000001C35FF34850>, out_queue: <queue.Queue object at 0x000001C35FF34A30>) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initializing MultiThread: (target: 'mask_components_predict', thread_count: 1) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initialized MultiThread: 'mask_components_predict' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Added thread: mask_components_predict 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Adding thread: (name: mask_components_output, function: <bound method Extractor._process_output of <plugins.extract.mask.components.Mask object at 0x000001C372B78E80>>, in_queue: <queue.Queue object at 0x000001C35FF34A30>, out_queue: <queue.Queue object at 0x000001C370E627C0>) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initializing MultiThread: (target: 'mask_components_output', thread_count: 1) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initialized MultiThread: 'mask_components_output' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Added thread: mask_components_output 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _compile_threads DEBUG Compiled mask threads: [<lib.multithreading.MultiThread object at 0x000001C31B647E20>, <lib.multithreading.MultiThread object at 0x000001C35FF34BB0>, <lib.multithreading.MultiThread object at 0x000001C35FF34BE0>] 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 components init_model DEBUG No mask model to initialize 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base initialize INFO Initialized Components (Mask) with batchsize of 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'mask_components_input' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'mask_components_input_0' 08/22/2022 10:57:03 MainProcess mask_components_input_0 _base _thread_process DEBUG threading: (function: '_process_input') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'mask_components_input': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'mask_components_predict' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'mask_components_predict_0' 08/22/2022 10:57:03 MainProcess mask_components_predict_0 _base _thread_process DEBUG threading: (function: '_predict') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'mask_components_predict': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'mask_components_output' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'mask_components_output_0' 08/22/2022 10:57:03 MainProcess mask_components_output_0 _base _thread_process DEBUG threading: (function: '_process_output') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'mask_components_output': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG Launched mask_0 plugin 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG Launching mask_1 plugin 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG in_qname: extract2_mask_1_in, out_qname: extract2_mask_1_out 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base initialize DEBUG initialize Mask: (args: (), kwargs: {'in_queue': <queue.Queue object at 0x000001C370E627C0>, 'out_queue': <queue.Queue object at 0x000001C370E62FA0>}) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base initialize INFO Initializing Extended (Mask)... 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager getting: 'mask2_predict_extended' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager adding: (name: 'mask2_predict_extended', maxsize: 1, create_new: False) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager added: (name: 'mask2_predict_extended') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager got: 'mask2_predict_extended' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager getting: 'mask2_post_extended' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager adding: (name: 'mask2_post_extended', maxsize: 1, create_new: False) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager add_queue DEBUG QueueManager added: (name: 'mask2_post_extended') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 queue_manager get_queue DEBUG QueueManager got: 'mask2_post_extended' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _compile_threads DEBUG Compiling mask threads 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Adding thread: (name: mask_extended_input, function: <bound method Extractor._process_input of <plugins.extract.mask.extended.Mask object at 0x000001C372B78EB0>>, in_queue: <queue.Queue object at 0x000001C370E627C0>, out_queue: <queue.Queue object at 0x000001C35FF39400>) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initializing MultiThread: (target: 'mask_extended_input', thread_count: 1) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initialized MultiThread: 'mask_extended_input' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Added thread: mask_extended_input 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Adding thread: (name: mask_extended_predict, function: <bound method Masker._predict of <plugins.extract.mask.extended.Mask object at 0x000001C372B78EB0>>, in_queue: <queue.Queue object at 0x000001C35FF39400>, out_queue: <queue.Queue object at 0x000001C35FF395E0>) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initializing MultiThread: (target: 'mask_extended_predict', thread_count: 1) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initialized MultiThread: 'mask_extended_predict' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Added thread: mask_extended_predict 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Adding thread: (name: mask_extended_output, function: <bound method Extractor._process_output of <plugins.extract.mask.extended.Mask object at 0x000001C372B78EB0>>, in_queue: <queue.Queue object at 0x000001C35FF395E0>, out_queue: <queue.Queue object at 0x000001C370E62FA0>) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initializing MultiThread: (target: 'mask_extended_output', thread_count: 1) 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading init DEBUG Initialized MultiThread: 'mask_extended_output' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _add_thread DEBUG Added thread: mask_extended_output 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base _compile_threads DEBUG Compiled mask threads: [<lib.multithreading.MultiThread object at 0x000001C35FF34C10>, <lib.multithreading.MultiThread object at 0x000001C35FF39760>, <lib.multithreading.MultiThread object at 0x000001C35FF39790>] 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 extended init_model DEBUG No mask model to initialize 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 _base initialize INFO Initialized Extended (Mask) with batchsize of 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'mask_extended_input' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'mask_extended_input_0' 08/22/2022 10:57:03 MainProcess mask_extended_input_0 _base _thread_process DEBUG threading: (function: '_process_input') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'mask_extended_input': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'mask_extended_predict' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'mask_extended_predict_0' 08/22/2022 10:57:03 MainProcess mask_extended_predict_0 _base _thread_process DEBUG threading: (function: '_predict') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'mask_extended_predict': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread(s): 'mask_extended_output' 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Starting thread 1 of 1: 'mask_extended_output_0' 08/22/2022 10:57:03 MainProcess mask_extended_output_0 _base _thread_process DEBUG threading: (function: '_process_output') 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 multithreading start DEBUG Started all threads 'mask_extended_output': 1 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 pipeline _launch_plugin DEBUG Launched mask_1 plugin 08/22/2022 10:57:03 MainProcess Aligner.init_aligner_0 manual _init_aligner DEBUG Initialized FAN Extractor 08/22/2022 10:57:04 MainProcess MainThread multithreading join DEBUG Joining Threads: 'Aligner.init_aligner' 08/22/2022 10:57:04 MainProcess MainThread multithreading join DEBUG Joining Thread: 'Aligner.init_aligner_0' 08/22/2022 10:57:04 MainProcess MainThread multithreading join DEBUG Joined all Threads: 'Aligner.init_aligner' 08/22/2022 10:57:04 MainProcess MainThread manual _wait_for_threads DEBUG Threads inialized 08/22/2022 10:57:04 MainProcess MainThread manual link_faces DEBUG Linking detected_faces: <tools.manual.detected_faces.DetectedFaces object at 0x000001C36FCFDDC0> 08/22/2022 10:57:04 MainProcess MainThread manual _wait_for_threads DEBUG Saving video meta data to alignments file 08/22/2022 10:57:04 MainProcess MainThread detected_faces init DEBUG Initializing ThumbsCreator: (detected_faces: <tools.manual.detected_faces.DetectedFaces object at 0x000001C36FCFDDC0>, input_location: F:\EEOutput\liu, single_process: False) 08/22/2022 10:57:04 MainProcess MainThread detected_faces init DEBUG Initialized ThumbsCreator Traceback (most recent call last): File "C:\Users\fsenv\faceswap\lib\cli\launcher.py", line 200, in execute_script process = script(arguments) File "C:\Users\fsenv\faceswap\tools\manual\manual.py", line 68, in init self._generate_thumbs(arguments.frames, arguments.thumb_regen, arguments.single_process) File "C:\Users\fsenv\faceswap\tools\manual\manual.py", line 159, in _generate_thumbs if thumbs.has_thumbs and not force: File "C:\Users\fsenv\faceswap\tools\manual\detected_faces.py", line 902, in has_thumbs return self._alignments.thumbnails.has_thumbnails File "C:\Users\fsenv\faceswap\lib\align\alignments.py", line 842, in has_thumbnails retval = all(face.get("thumb") ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

============ System Information ============ encoding: cp936 git_branch: master git_commits: 5ad580c Update README.md. 2beceff Data Augmentation update (#1263). 5e73437 lib.align updates: - alignments.py - Add typed dicts for imported alignments - Explicitly check for presence of thumb value in alignments dict - linting - detected_face.py - Typing - Linting - Legacy support for pre-aligned face - Update dependencies to new property names. a2de4a9 lib.align.aligned_face updates - Typing - Legacy support for pre-aligned faces - Coverage support for pre-aligned faces - Standardized retrieval of sub-crops. 3295089 lib.detected_face.Mask - Add source + target offset and coverage to set_sub_crop method gpu_cuda: No global version found. Check Conda packages for Conda Cuda gpu_cudnn: No global version found. Check Conda packages for Conda cuDNN gpu_devices: GPU_0: NVIDIA GeForce GTX 1070 gpu_devices_active: GPU_0 gpu_driver: 516.94 gpu_vram: GPU_0: 8192MB os_machine: AMD64 os_platform: Windows-10-10.0.19044-SP0 os_release: 10 py_command: C:\Users\fsenv\faceswap\tools.py manual -al F:/EEOutput/liu/alignments.fsa -fr F:/EEOutput/liu -L INFO -gui py_conda_version: conda 4.12.0 py_implementation: CPython py_version: 3.9.12 py_virtual_env: True sys_cores: 12 sys_processor: Intel64 Family 6 Model 158 Stepping 10, GenuineIntel sys_ram: Total: 32694MB, Available: 26926MB, Used: 5767MB, Free: 26926MB

=============== Pip Packages =============== absl-py==1.0.0 astunparse==1.6.3 cachetools==5.1.0 certifi @ file:///C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi charset-normalizer==2.0.12 cloudpickle==2.1.0 colorama @ file:///tmp/build/80754af9/colorama_1607707115595/work cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work decorator==5.1.1 dm-tree==0.1.7 fastcluster @ file:///D:/bld/fastcluster_1649783471014/work ffmpy==0.3.0 flatbuffers==2.0 fonttools==4.25.0 gast==0.5.3 google-auth==2.6.6 google-auth-oauthlib==0.4.6 google-pasta==0.2.0 grpcio==1.46.1 h5py==3.6.0 idna==3.3 imageio @ file:///C:/Windows/TEMP/abs_24c1b783-7540-4ca9-a1b1-0e8aa8e6ae64hb79ssux/croots/recipe/imageio_1658785038775/work imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1649960641006/work importlib-metadata==4.11.3 joblib @ file:///tmp/build/80754af9/joblib_1635411271373/work keras==2.8.0 Keras-Preprocessing==1.1.2 kiwisolver @ file:///C:/ci/kiwisolver_1644962577370/work libclang==14.0.1 Markdown==3.3.7 matplotlib @ file:///C:/ci/matplotlib-suite_1647423638658/work mkl-fft==1.3.1 mkl-random @ file:///C:/ci/mkl_random_1626186184308/work mkl-service==2.4.0 munkres==1.1.4 numexpr @ file:///C:/Windows/Temp/abs_e2036a32-9fe9-47f3-a04c-dbb1c232ba4b334exiur/croots/recipe/numexpr_1656940304835/work numpy @ file:///C:/ci/numpy_and_numpy_base_1652784039997/work nvidia-ml-py==11.515.48 oauthlib==3.2.0 opencv-python==4.6.0.66 opt-einsum==3.3.0 packaging @ file:///tmp/build/80754af9/packaging_1637314298585/work Pillow==9.2.0 protobuf==3.20.1 psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work pyasn1==0.4.8 pyasn1-modules==0.2.8 pyparsing @ file:///tmp/build/80754af9/pyparsing_1635766073266/work python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work pywin32==302 pywinpty @ file:///C:/ci_310/pywinpty_1644230983541/work/target/wheels/pywinpty-2.0.2-cp39-none-win_amd64.whl requests==2.27.1 requests-oauthlib==1.3.1 rsa==4.8 scikit-learn @ file:///C:/ci/scikit-learn_1658344472767/work scipy @ file:///C:/ci/scipy_1641555170412/work sip==4.19.13 six @ file:///tmp/build/80754af9/six_1644875935023/work tensorboard==2.8.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.1 tensorflow-estimator==2.8.0 tensorflow-gpu==2.8.1 tensorflow-io-gcs-filesystem==0.26.0 tensorflow-probability==0.16.0 termcolor==1.1.0 threadpoolctl @ file:///Users/ktietz/demo/mc3/conda-bld/threadpoolctl_1629802263681/work tornado @ file:///C:/ci/tornado_1606924294691/work tqdm @ file:///C:/ci/tqdm_1650636210717/work typing_extensions==4.2.0 urllib3==1.26.9 Werkzeug==2.1.2 wincertstore==0.2 wrapt==1.14.1 zipp==3.8.0

============== Conda Packages ==============

packages in environment at C:\Users\fsenv\MiniConda3\envs\faceswap:

#

Name Version Build Channel

absl-py 1.0.0 pypi_0 pypi astunparse 1.6.3 pypi_0 pypi blas 1.0 mkl
brotli 1.0.9 ha925a31_2
ca-certificates 2022.07.19 haa95532_0
cachetools 5.1.0 pypi_0 pypi certifi 2022.6.15 py39haa95532_0
charset-normalizer 2.0.12 pypi_0 pypi cloudpickle 2.1.0 pypi_0 pypi colorama 0.4.4 pyhd3eb1b0_0
cudatoolkit 11.2.2 h933977f_10 conda-forge cudnn 8.1.0.77 h3e0f4f4_0 conda-forge cycler 0.11.0 pyhd3eb1b0_0
decorator 5.1.1 pypi_0 pypi dm-tree 0.1.7 pypi_0 pypi fastcluster 1.2.6 py39h2e25243_1 conda-forge ffmpeg 4.3.1 ha925a31_0 conda-forge ffmpy 0.3.0 pypi_0 pypi flatbuffers 2.0 pypi_0 pypi fonttools 4.25.0 pyhd3eb1b0_0
freetype 2.10.4 hd328e21_0
gast 0.5.3 pypi_0 pypi git 2.34.1 haa95532_0
google-auth 2.6.6 pypi_0 pypi google-auth-oauthlib 0.4.6 pypi_0 pypi google-pasta 0.2.0 pypi_0 pypi grpcio 1.46.1 pypi_0 pypi h5py 3.6.0 pypi_0 pypi icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha925a31_3
idna 3.3 pypi_0 pypi imageio 2.19.3 py39haa95532_0
imageio-ffmpeg 0.4.7 pyhd8ed1ab_0 conda-forge importlib-metadata 4.11.3 pypi_0 pypi intel-openmp 2021.4.0 haa95532_3556
joblib 1.1.0 pyhd3eb1b0_0
jpeg 9e h2bbff1b_0
keras 2.8.0 pypi_0 pypi keras-preprocessing 1.1.2 pypi_0 pypi kiwisolver 1.3.2 py39hd77b12b_0
libclang 14.0.1 pypi_0 pypi libpng 1.6.37 h2a8f88b_0
libtiff 4.2.0 hd0e1b90_0
libwebp 1.2.2 h2bbff1b_0
lz4-c 1.9.3 h2bbff1b_1
markdown 3.3.7 pypi_0 pypi matplotlib 3.5.1 py39haa95532_1
matplotlib-base 3.5.1 py39hd77b12b_1
mkl 2021.4.0 haa95532_640
mkl-service 2.4.0 py39h2bbff1b_0
mkl_fft 1.3.1 py39h277e83a_0
mkl_random 1.2.2 py39hf11a4ad_0
munkres 1.1.4 py_0
numexpr 2.8.3 py39hb80d3ca_0
numpy 1.22.3 py39h7a0a035_0
numpy-base 1.22.3 py39hca35cd5_0
nvidia-ml-py 11.515.48 pypi_0 pypi oauthlib 3.2.0 pypi_0 pypi opencv-python 4.6.0.66 pypi_0 pypi openssl 1.1.1q h2bbff1b_0
opt-einsum 3.3.0 pypi_0 pypi packaging 21.3 pyhd3eb1b0_0
pillow 9.2.0 py39hdc2b20a_1
pip 21.2.4 py39haa95532_0
protobuf 3.20.1 pypi_0 pypi psutil 5.9.0 py39h2bbff1b_0
pyasn1 0.4.8 pypi_0 pypi pyasn1-modules 0.2.8 pypi_0 pypi pyparsing 3.0.4 pyhd3eb1b0_0
pyqt 5.9.2 py39hd77b12b_6
python 3.9.12 h6244533_0
python-dateutil 2.8.2 pyhd3eb1b0_0
python_abi 3.9 2_cp39 conda-forge pywin32 302 py39h2bbff1b_2
pywinpty 2.0.2 py39h5da7b33_0
qt 5.9.7 vc14h73c81de_0
requests 2.27.1 pypi_0 pypi requests-oauthlib 1.3.1 pypi_0 pypi rsa 4.8 pypi_0 pypi scikit-learn 1.1.1 py39hd77b12b_0
scipy 1.7.3 py39h0a974cb_0
setuptools 61.2.0 py39haa95532_0
sip 4.19.13 py39hd77b12b_0
six 1.16.0 pyhd3eb1b0_1
sqlite 3.38.3 h2bbff1b_0
tensorboard 2.8.0 pypi_0 pypi tensorboard-data-server 0.6.1 pypi_0 pypi tensorboard-plugin-wit 1.8.1 pypi_0 pypi tensorflow-estimator 2.8.0 pypi_0 pypi tensorflow-gpu 2.8.1 pypi_0 pypi tensorflow-io-gcs-filesystem 0.26.0 pypi_0 pypi tensorflow-probability 0.16.0 pypi_0 pypi termcolor 1.1.0 pypi_0 pypi threadpoolctl 2.2.0 pyh0d69192_0
tk 8.6.11 h2bbff1b_1
tornado 6.1 py39h2bbff1b_0
tqdm 4.64.0 py39haa95532_0
typing-extensions 4.2.0 pypi_0 pypi tzdata 2022a hda174b7_0
urllib3 1.26.9 pypi_0 pypi vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
werkzeug 2.1.2 pypi_0 pypi wheel 0.37.1 pyhd3eb1b0_0
wincertstore 0.2 py39haa95532_2
winpty 0.4.3 4
wrapt 1.14.1 pypi_0 pypi xz 5.2.5 h8cc25b3_1
zipp 3.8.0 pypi_0 pypi zlib 1.2.12 h8cc25b3_2
zstd 1.4.9 h19a0ad4_0

================= Configs ================== --------- .faceswap --------- backend: nvidia

--------- convert.ini ---------

[color.color_transfer] clip: True preserve_paper: True

[color.manual_balance] colorspace: HSV balance_1: 0.0 balance_2: 0.0 balance_3: 0.0 contrast: 0.0 brightness: 0.0

[color.match_hist] threshold: 99.0

[mask.mask_blend] type: gaussian kernel_size: 3 passes: 4 threshold: 4 erosion: 0.0 erosion_top: 0.0 erosion_bottom: 0.0 erosion_left: 0.0 erosion_right: 0.0

[scaling.sharpen] method: unsharp_mask amount: 179 radius: 0.1 threshold: 10.0

[writer.ffmpeg] container: mp4 codec: libx264 crf: 0 preset: veryslow tune: film profile: auto level: auto skip_mux: False

[writer.gif] fps: 25 loop: 0 palettesize: 256 subrectangles: False

[writer.opencv] format: png draw_transparent: False separate_mask: False jpg_quality: 75 png_compress_level: 3

[writer.pillow] format: png draw_transparent: False separate_mask: False optimize: False gif_interlace: True jpg_quality: 75 png_compress_level: 3 tif_compression: tiff_deflate

--------- extract.ini ---------

[global] allow_growth: False

[align.fan] batch-size: 12

[detect.cv2_dnn] confidence: 50

[detect.mtcnn] minsize: 20 scalefactor: 0.709 batch-size: 8 cpu: True threshold_1: 0.6 threshold_2: 0.7 threshold_3: 0.7

[detect.s3fd] confidence: 70 batch-size: 4

[mask.bisenet_fp] batch-size: 8 cpu: False weights: faceswap include_ears: False include_hair: False include_glasses: True

[mask.custom] batch-size: 8 centering: face fill: False

[mask.unet_dfl] batch-size: 8

[mask.vgg_clear] batch-size: 6

[mask.vgg_obstructed] batch-size: 2

--------- gui.ini ---------

[global] fullscreen: False tab: extract options_panel_width: 30 console_panel_height: 20 icon_size: 14 font: default font_size: 9 autosave_last_session: prompt timeout: 120 auto_load_model_stats: False

--------- train.ini ---------

[global] centering: face coverage: 87.5 icnr_init: False conv_aware_init: False optimizer: adam learning_rate: 5e-05 epsilon_exponent: -7 autoclip: True reflect_padding: False allow_growth: False mixed_precision: False nan_protection: True convert_batchsize: 32

[global.loss] loss_function: ssim loss_function_2: mse loss_weight_2: 100 loss_function_3: none loss_weight_3: 0 loss_function_4: none loss_weight_4: 0 mask_loss_function: mse eye_multiplier: 4 mouth_multiplier: 4 penalized_mask_loss: True mask_type: bisenet-fp_face mask_blur_kernel: 3 mask_threshold: 4 learn_mask: True

[model.dfaker] output_size: 256

[model.dfl_h128] lowmem: False

[model.dfl_sae] input_size: 128 architecture: df autoencoder_dims: 0 encoder_dims: 42 decoder_dims: 21 multiscale_decoder: False

[model.dlight] features: best details: good output_size: 256

[model.original] lowmem: False

[model.phaze_a] output_size: 128 shared_fc: None enable_gblock: True split_fc: True split_gblock: False split_decoders: False enc_architecture: fs_original enc_scaling: 40 enc_load_weights: True bottleneck_type: dense bottleneck_norm: None bottleneck_size: 1024 bottleneck_in_encoder: True fc_depth: 1 fc_min_filters: 1024 fc_max_filters: 1024 fc_dimensions: 4 fc_filter_slope: -0.5 fc_dropout: 0.0 fc_upsampler: upsample2d fc_upsamples: 1 fc_upsample_filters: 512 fc_gblock_depth: 3 fc_gblock_min_nodes: 512 fc_gblock_max_nodes: 512 fc_gblock_filter_slope: -0.5 fc_gblock_dropout: 0.0 dec_upscale_method: subpixel dec_upscales_in_fc: 0 dec_norm: None dec_min_filters: 64 dec_max_filters: 512 dec_slope_mode: full dec_filter_slope: -0.45 dec_res_blocks: 1 dec_output_kernel: 5 dec_gaussian: True dec_skip_last_residual: True freeze_layers: keras_encoder load_layers: encoder fs_original_depth: 4 fs_original_min_filters: 128 fs_original_max_filters: 1024 fs_original_use_alt: False mobilenet_width: 1.0 mobilenet_depth: 1 mobilenet_dropout: 0.001 mobilenet_minimalistic: False

[model.realface] input_size: 64 output_size: 128 dense_nodes: 1536 complexity_encoder: 128 complexity_decoder: 512

[model.unbalanced] input_size: 128 lowmem: False nodes: 1024 complexity_encoder: 128 complexity_decoder_a: 384 complexity_decoder_b: 512

[model.villain] lowmem: False

[trainer.original] preview_images: 14 zoom_amount: 5 rotation_range: 10 shift_range: 5 flip_chance: 50 color_lightness: 30 color_ab: 8 color_clahe_chance: 50 color_clahe_max_size: 4

torzdf commented 2 years ago

Fixed in latest commit