Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. 06/04/2021 14:32:22 MainProcess MainThread logger log_setup INFO Log level set to: INFO
  2. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG Initializing GPUStats
  3. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG OS is not macOS. Trying pynvml
  4. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG GPU Device count: 1
  5. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG Active GPU Devices: [0]
  6. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG GPU Handles found: 1
  7. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG GPU Driver: 466.63
  8. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG GPU Devices: ['NVIDIA GeForce RTX 2060']
  9. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG GPU VRAM: [6144.0]
  10. 06/04/2021 14:32:22 MainProcess MainThread gpu_stats _log DEBUG Initialized GPUStats
  11. 06/04/2021 14:32:22 MainProcess MainThread launcher _configure_backend DEBUG Executing: extract. PID: 19704
  12. 06/04/2021 14:32:23 MainProcess MainThread tpu_cluster_resolver <module> DEBUG Falling back to TensorFlow client; we recommended you install the Cloud TPU client directly with pip install cloud-tpu-client.
  13. 06/04/2021 14:32:24 MainProcess MainThread launcher _test_for_tf_version DEBUG Installed Tensorflow Version: 2.3
  14. 06/04/2021 14:32:24 MainProcess MainThread queue_manager __init__ DEBUG Initializing QueueManager
  15. 06/04/2021 14:32:24 MainProcess MainThread queue_manager __init__ DEBUG Initialized QueueManager
  16. 06/04/2021 14:32:24 MainProcess MainThread extract __init__ DEBUG Initializing Extract: (args: Namespace(aligner='fan', alignments_path=None, colab=False, configfile=None, debug_landmarks=False, detector='s3fd', exclude_gpus=None, extract_every_n=1, filter=None, func=<bound method ScriptExecutor.execute_script of <lib.cli.launcher.ScriptExecutor object at 0x000001F5064F8FD0>>, input_dir='A:\\FaceSwap AI\\Input\\yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4', logfile=None, loglevel='INFO', masker=None, min_size=40, nfilter=None, normalization='none', output_dir='A:\\FaceSwap AI\\Output', re_feed=0, redirect_gui=True, ref_threshold=0.4, rotate_images=None, save_interval=0, singleprocess=False, size=512, skip_existing=False, skip_faces=False, skip_saving_faces=False)
  17. 06/04/2021 14:32:24 MainProcess MainThread utils get_folder DEBUG Requested path: 'A:\FaceSwap AI\Output'
  18. 06/04/2021 14:32:24 MainProcess MainThread utils get_folder DEBUG Returning: 'A:\FaceSwap AI\Output'
  19. 06/04/2021 14:32:24 MainProcess MainThread extract __init__ INFO Output Directory: A:\FaceSwap AI\Output
  20. 06/04/2021 14:32:24 MainProcess MainThread image __init__ DEBUG Initializing ImagesLoader: (path: A:\FaceSwap AI\Input\yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4, queue_size: 8, fast_count: True, skip_list: None, count: None)
  21. 06/04/2021 14:32:24 MainProcess MainThread image __init__ DEBUG Initializing ImagesLoader: (path: A:\FaceSwap AI\Input\yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4, queue_size: 8, args: None)
  22. 06/04/2021 14:32:24 MainProcess MainThread queue_manager add_queue DEBUG QueueManager adding: (name: 'ImagesLoader', maxsize: 8, create_new: True)
  23. 06/04/2021 14:32:24 MainProcess MainThread queue_manager add_queue DEBUG QueueManager added: (name: 'ImagesLoader')
  24. 06/04/2021 14:32:24 MainProcess MainThread queue_manager get_queue DEBUG QueueManager getting: 'ImagesLoader'
  25. 06/04/2021 14:32:24 MainProcess MainThread queue_manager get_queue DEBUG QueueManager got: 'ImagesLoader'
  26. 06/04/2021 14:32:24 MainProcess MainThread image _check_for_video DEBUG Input 'A:\FaceSwap AI\Input\yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4' is_video: True
  27. 06/04/2021 14:32:25 MainProcess MainThread image _get_fps DEBUG 29.97
  28. 06/04/2021 14:32:25 MainProcess MainThread image count_frames DEBUG filename: A:\FaceSwap AI\Input\yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4, fast: True
  29. 06/04/2021 14:32:25 MainProcess MainThread image count_frames DEBUG FFMPEG Command: 'C:\Users\sirro\MiniConda3\envs\faceswap\Library\bin\ffmpeg.exe -i A:\FaceSwap AI\Input\yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4 -map 0:v:0 -c copy -f null -'
  30. Traceback (most recent call last):
  31. File "C:\Users\sirro\faceswap\lib\cli\launcher.py", line 181, in execute_script
  32. process = script(arguments)
  33. File "C:\Users\sirro\faceswap\scripts\extract.py", line 45, in __init__
  34. self._images = ImagesLoader(self._args.input_dir, fast_count=True)
  35. File "C:\Users\sirro\faceswap\lib\image.py", line 961, in __init__
  36. self._get_count_and_filelist(fast_count, count)
  37. File "C:\Users\sirro\faceswap\lib\image.py", line 1065, in _get_count_and_filelist
  38. self._count = int(count_frames(self.location,
  39. File "C:\Users\sirro\faceswap\lib\image.py", line 788, in count_frames
  40. output = process.stdout.readline().strip()
  41. File "C:\Users\sirro\MiniConda3\envs\faceswap\lib\encodings\cp1252.py", line 23, in decode
  42. return codecs.charmap_decode(input,self.errors,decoding_table)[0]
  43. UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 112: character maps to <undefined>
  44.  
  45. ============ System Information ============
  46. encoding: cp1252
  47. git_branch: master
  48. git_commits: fbdd91e Bugfix - Manual Tool - Correctly update mesh annotations in frame viewer when there are multiple faces in frame
  49. gpu_cuda: No global version found. Check Conda packages for Conda Cuda
  50. gpu_cudnn: No global version found. Check Conda packages for Conda cuDNN
  51. gpu_devices: GPU_0: NVIDIA GeForce RTX 2060
  52. gpu_devices_active: GPU_0
  53. gpu_driver: 466.63
  54. gpu_vram: GPU_0: 6144MB
  55. os_machine: AMD64
  56. os_platform: Windows-10-10.0.19042-SP0
  57. os_release: 10
  58. py_command: C:\Users\sirro\faceswap\faceswap.py extract -i A:/FaceSwap AI/Input/yt1s.com - 주간아 미방 ITZY 류진 WANNABE 직캠 l EP450.mp4 -o A:/FaceSwap AI/Output -D s3fd -A fan -nm none -rf 0 -min 40 -l 0.4 -sz 512 -een 1 -si 0 -L INFO -gui
  59. py_conda_version: conda 4.10.1
  60. py_implementation: CPython
  61. py_version: 3.8.10
  62. py_virtual_env: True
  63. sys_cores: 6
  64. sys_processor: Intel64 Family 6 Model 158 Stepping 12, GenuineIntel
  65. sys_ram: Total: 16323MB, Available: 6096MB, Used: 10227MB, Free: 6096MB
  66.  
  67. =============== Pip Packages ===============
  68. absl-py @ file:///C:/ci/absl-py_1615411229697/work
  69. aiohttp @ file:///C:/ci/aiohttp_1614361024229/work
  70. astor==0.8.1
  71. astunparse==1.6.3
  72. async-timeout==3.0.1
  73. attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work
  74. blinker==1.4
  75. brotlipy==0.7.0
  76. cachetools @ file:///tmp/build/80754af9/cachetools_1619597386817/work
  77. certifi==2021.5.30
  78. cffi @ file:///C:/ci/cffi_1613247279197/work
  79. chardet @ file:///C:/ci/chardet_1605303225733/work
  80. click @ file:///tmp/build/80754af9/click_1621604852318/work
  81. coverage @ file:///C:/ci/coverage_1614615074147/work
  82. cryptography==2.9.2
  83. cycler==0.10.0
  84. Cython @ file:///C:/ci/cython_1618435363327/work
  85. fastcluster==1.1.26
  86. ffmpy==0.2.3
  87. gast @ file:///tmp/build/80754af9/gast_1597433534803/work
  88. google-auth @ file:///tmp/build/80754af9/google-auth_1622042963536/work
  89. google-auth-oauthlib==0.4.1
  90. google-pasta==0.2.0
  91. grpcio @ file:///C:/ci/grpcio_1614884412260/work
  92. h5py==2.10.0
  93. idna @ file:///home/linux1/recipes/ci/idna_1610986105248/work
  94. imageio @ file:///tmp/build/80754af9/imageio_1617700267927/work
  95. imageio-ffmpeg @ file:///home/conda/feedstock_root/build_artifacts/imageio-ffmpeg_1621542018480/work
  96. importlib-metadata @ file:///C:/ci/importlib-metadata_1617877484576/work
  97. joblib @ file:///tmp/build/80754af9/joblib_1613502643832/work
  98. Keras-Applications @ file:///tmp/build/80754af9/keras-applications_1594366238411/work
  99. Keras-Preprocessing @ file:///tmp/build/80754af9/keras-preprocessing_1612283640596/work
  100. kiwisolver @ file:///C:/ci/kiwisolver_1612282606037/work
  101. Markdown @ file:///C:/ci/markdown_1614364121613/work
  102. matplotlib @ file:///C:/ci/matplotlib-base_1592837548929/work
  103. mkl-fft==1.3.0
  104. mkl-random==1.1.1
  105. mkl-service==2.3.0
  106. multidict @ file:///C:/ci/multidict_1607362065515/work
  107. numpy @ file:///C:/ci/numpy_and_numpy_base_1603466732592/work
  108. nvidia-ml-py3 @ git+https://github.com/deepfakes/nvidia-ml-py3.git@6fc29ac84b32bad877f078cb4a777c1548a00bf6
  109. oauthlib==3.1.0
  110. olefile==0.46
  111. opencv-python==4.5.2.52
  112. opt-einsum @ file:///tmp/build/80754af9/opt_einsum_1621500238896/work
  113. pathlib==1.0.1
  114. Pillow @ file:///C:/ci/pillow_1617386341487/work
  115. protobuf==3.14.0
  116. psutil @ file:///C:/ci/psutil_1612298324802/work
  117. pyasn1==0.4.8
  118. pyasn1-modules==0.2.8
  119. pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
  120. PyJWT @ file:///C:/ci/pyjwt_1619651841937/work
  121. pyOpenSSL @ file:///tmp/build/80754af9/pyopenssl_1608057966937/work
  122. pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
  123. pyreadline==2.1
  124. PySocks @ file:///C:/ci/pysocks_1605287845585/work
  125. python-dateutil @ file:///home/ktietz/src/ci/python-dateutil_1611928101742/work
  126. pywin32==227
  127. requests @ file:///tmp/build/80754af9/requests_1608241421344/work
  128. requests-oauthlib==1.3.0
  129. rsa @ file:///tmp/build/80754af9/rsa_1614366226499/work
  130. scikit-learn @ file:///C:/ci/scikit-learn_1622739500535/work
  131. scipy @ file:///C:/ci/scipy_1616703433439/work
  132. sip==4.19.13
  133. six @ file:///C:/ci/six_1605187374963/work
  134. tensorboard @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_baze37/tensorboard_1622025863084/work/tensorboard-2.5.0-py3-none-any.whl
  135. tensorboard-plugin-wit==1.6.0
  136. tensorflow==2.3.0
  137. tensorflow-estimator @ file:///home/builder/ktietz/aggregate/tensorflow_recipes/ci_baze37/tensorflow-estimator_1622026529081/work/tensorflow_estimator-2.5.0-py2.py3-none-any.whl
  138. termcolor==1.1.0
  139. threadpoolctl @ file:///tmp/tmp9twdgx9k/threadpoolctl-2.1.0-py3-none-any.whl
  140. tornado @ file:///C:/ci/tornado_1606942392901/work
  141. tqdm @ file:///tmp/build/80754af9/tqdm_1615925068909/work
  142. typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1611751222202/work
  143. urllib3 @ file:///tmp/build/80754af9/urllib3_1615837158687/work
  144. Werkzeug @ file:///home/ktietz/src/ci/werkzeug_1611932622770/work
  145. win-inet-pton @ file:///C:/ci/win_inet_pton_1605306167264/work
  146. wincertstore==0.2
  147. wrapt==1.12.1
  148. yarl @ file:///C:/ci/yarl_1606940076464/work
  149. zipp @ file:///tmp/build/80754af9/zipp_1615904174917/work
  150.  
  151. ============== Conda Packages ==============
  152. # packages in environment at C:\Users\sirro\MiniConda3\envs\faceswap:
  153. #
  154. # Name Version Build Channel
  155. _tflow_select 2.3.0 gpu
  156. absl-py 0.12.0 py38haa95532_0
  157. aiohttp 3.7.4 py38h2bbff1b_1
  158. astor 0.8.1 py38haa95532_0
  159. astunparse 1.6.3 py_0
  160. async-timeout 3.0.1 py38haa95532_0
  161. attrs 21.2.0 pyhd3eb1b0_0
  162. blas 1.0 mkl
  163. blinker 1.4 py38haa95532_0
  164. brotlipy 0.7.0 py38h2bbff1b_1003
  165. ca-certificates 2021.5.30 h5b45459_0 conda-forge
  166. cachetools 4.2.2 pyhd3eb1b0_0
  167. certifi 2021.5.30 py38haa244fe_0 conda-forge
  168. cffi 1.14.5 py38hcd4344a_0
  169. chardet 3.0.4 py38haa95532_1003
  170. click 8.0.1 pyhd3eb1b0_0
  171. coverage 5.5 py38h2bbff1b_2
  172. cryptography 2.9.2 py38h7a1dbc1_0
  173. cudatoolkit 10.1.243 h74a9793_0
  174. cudnn 7.6.5 cuda10.1_0
  175. cycler 0.10.0 py38_0
  176. cython 0.29.23 py38hd77b12b_0
  177. fastcluster 1.1.26 py38h251f6bf_2 conda-forge
  178. ffmpeg 4.3.1 ha925a31_0 conda-forge
  179. ffmpy 0.2.3 pypi_0 pypi
  180. freetype 2.10.4 hd328e21_0
  181. gast 0.4.0 py_0
  182. git 2.23.0 h6bb4b03_0
  183. google-auth 1.30.1 pyhd3eb1b0_0
  184. google-auth-oauthlib 0.4.1 py_2
  185. google-pasta 0.2.0 py_0
  186. grpcio 1.36.1 py38hc60d5dd_1
  187. h5py 2.10.0 py38h5e291fa_0
  188. hdf5 1.10.4 h7ebc959_0
  189. icc_rt 2019.0.0 h0cc432a_1
  190. icu 58.2 ha925a31_3
  191. idna 2.10 pyhd3eb1b0_0
  192. imageio 2.9.0 pyhd3eb1b0_0
  193. imageio-ffmpeg 0.4.4 pyhd8ed1ab_0 conda-forge
  194. importlib-metadata 3.10.0 py38haa95532_0
  195. intel-openmp 2021.2.0 haa95532_616
  196. joblib 1.0.1 pyhd3eb1b0_0
  197. jpeg 9b hb83a4c4_2
  198. keras-applications 1.0.8 py_1
  199. keras-preprocessing 1.1.2 pyhd3eb1b0_0
  200. kiwisolver 1.3.1 py38hd77b12b_0
  201. libpng 1.6.37 h2a8f88b_0
  202. libprotobuf 3.14.0 h23ce68f_0
  203. libtiff 4.2.0 hd0e1b90_0
  204. lz4-c 1.9.3 h2bbff1b_0
  205. markdown 3.3.4 py38haa95532_0
  206. matplotlib 3.2.2 0
  207. matplotlib-base 3.2.2 py38h64f37c6_0
  208. mkl 2020.2 256
  209. mkl-service 2.3.0 py38h196d8e1_0
  210. mkl_fft 1.3.0 py38h46781fe_0
  211. mkl_random 1.1.1 py38h47e9c7a_0
  212. multidict 5.1.0 py38h2bbff1b_2
  213. numpy 1.19.2 py38hadc3359_0
  214. numpy-base 1.19.2 py38ha3acd2a_0
  215. nvidia-ml-py3 7.352.1 pypi_0 pypi
  216. oauthlib 3.1.0 py_0
  217. olefile 0.46 py_0
  218. opencv-python 4.5.2.52 pypi_0 pypi
  219. openssl 1.1.1k h8ffe710_0 conda-forge
  220. opt_einsum 3.3.0 pyhd3eb1b0_1
  221. pathlib 1.0.1 py_1
  222. pillow 8.2.0 py38h4fa10fc_0
  223. pip 21.1.1 py38haa95532_0
  224. protobuf 3.14.0 py38hd77b12b_1
  225. psutil 5.8.0 py38h2bbff1b_1
  226. pyasn1 0.4.8 py_0
  227. pyasn1-modules 0.2.8 py_0
  228. pycparser 2.20 py_2
  229. pyjwt 2.1.0 py38haa95532_0
  230. pyopenssl 20.0.1 pyhd3eb1b0_1
  231. pyparsing 2.4.7 pyhd3eb1b0_0
  232. pyqt 5.9.2 py38ha925a31_4
  233. pyreadline 2.1 py38_1
  234. pysocks 1.7.1 py38haa95532_0
  235. python 3.8.10 hdbf39b2_7
  236. python-dateutil 2.8.1 pyhd3eb1b0_0
  237. python_abi 3.8 1_cp38 conda-forge
  238. pywin32 227 py38he774522_1
  239. qt 5.9.7 vc14h73c81de_0
  240. requests 2.25.1 pyhd3eb1b0_0
  241. requests-oauthlib 1.3.0 py_0
  242. rsa 4.7.2 pyhd3eb1b0_1
  243. scikit-learn 0.24.2 py38hf11a4ad_1
  244. scipy 1.6.2 py38h14eb087_0
  245. setuptools 52.0.0 py38haa95532_0
  246. sip 4.19.13 py38ha925a31_0
  247. six 1.15.0 py38haa95532_0
  248. sqlite 3.35.4 h2bbff1b_0
  249. tensorboard 2.5.0 py_0
  250. tensorboard-plugin-wit 1.6.0 py_0
  251. tensorflow 2.3.0 mkl_py38h1fcfbd6_0
  252. tensorflow-base 2.3.0 gpu_py38h7339f5a_0
  253. tensorflow-estimator 2.5.0 pyh7b7c402_0
  254. tensorflow-gpu 2.3.0 he13fc11_0
  255. termcolor 1.1.0 py38haa95532_1
  256. threadpoolctl 2.1.0 pyh5ca1d4c_0
  257. tk 8.6.10 he774522_0
  258. tornado 6.1 py38h2bbff1b_0
  259. tqdm 4.59.0 pyhd3eb1b0_1
  260. typing-extensions 3.7.4.3 hd3eb1b0_0
  261. typing_extensions 3.7.4.3 pyh06a4308_0
  262. urllib3 1.26.4 pyhd3eb1b0_0
  263. vc 14.2 h21ff451_1
  264. vs2015_runtime 14.27.29016 h5e58377_2
  265. werkzeug 1.0.1 pyhd3eb1b0_0
  266. wheel 0.36.2 pyhd3eb1b0_0
  267. win_inet_pton 1.1.0 py38haa95532_0
  268. wincertstore 0.2 py38_0
  269. wrapt 1.12.1 py38he774522_1
  270. xz 5.2.5 h62dcd97_0
  271. yarl 1.6.3 py38h2bbff1b_0
  272. zipp 3.4.1 pyhd3eb1b0_0
  273. zlib 1.2.11 h62dcd97_4
  274. zstd 1.4.9 h19a0ad4_0
  275.  
  276. ================= Configs ==================
  277. --------- .faceswap ---------
  278. backend: nvidia
  279.  
  280. --------- convert.ini ---------
  281.  
  282. [color.color_transfer]
  283. clip: True
  284. preserve_paper: True
  285.  
  286. [color.manual_balance]
  287. colorspace: HSV
  288. balance_1: 0.0
  289. balance_2: 0.0
  290. balance_3: 0.0
  291. contrast: 0.0
  292. brightness: 0.0
  293.  
  294. [color.match_hist]
  295. threshold: 99.0
  296.  
  297. [mask.box_blend]
  298. type: gaussian
  299. distance: 11.0
  300. radius: 5.0
  301. passes: 1
  302.  
  303. [mask.mask_blend]
  304. type: normalized
  305. kernel_size: 3
  306. passes: 4
  307. threshold: 4
  308. erosion: 0.0
  309.  
  310. [scaling.sharpen]
  311. method: none
  312. amount: 150
  313. radius: 0.3
  314. threshold: 5.0
  315.  
  316. [writer.ffmpeg]
  317. container: mp4
  318. codec: libx264
  319. crf: 23
  320. preset: medium
  321. tune: none
  322. profile: auto
  323. level: auto
  324. skip_mux: False
  325.  
  326. [writer.gif]
  327. fps: 25
  328. loop: 0
  329. palettesize: 256
  330. subrectangles: False
  331.  
  332. [writer.opencv]
  333. format: png
  334. draw_transparent: False
  335. jpg_quality: 75
  336. png_compress_level: 3
  337.  
  338. [writer.pillow]
  339. format: png
  340. draw_transparent: False
  341. optimize: False
  342. gif_interlace: True
  343. jpg_quality: 75
  344. png_compress_level: 3
  345. tif_compression: tiff_deflate
  346.  
  347. --------- extract.ini ---------
  348.  
  349. [global]
  350. allow_growth: True
  351.  
  352. [align.fan]
  353. batch-size: 12
  354.  
  355. [detect.cv2_dnn]
  356. confidence: 50
  357.  
  358. [detect.mtcnn]
  359. minsize: 20
  360. scalefactor: 0.709
  361. batch-size: 8
  362. threshold_1: 0.6
  363. threshold_2: 0.7
  364. threshold_3: 0.7
  365.  
  366. [detect.s3fd]
  367. confidence: 70
  368. batch-size: 4
  369.  
  370. [mask.unet_dfl]
  371. batch-size: 8
  372.  
  373. [mask.vgg_clear]
  374. batch-size: 6
  375.  
  376. [mask.vgg_obstructed]
  377. batch-size: 2
  378.  
  379. --------- gui.ini ---------
  380.  
  381. [global]
  382. fullscreen: False
  383. tab: extract
  384. options_panel_width: 30
  385. console_panel_height: 20
  386. icon_size: 14
  387. font: default
  388. font_size: 9
  389. autosave_last_session: prompt
  390. timeout: 120
  391. auto_load_model_stats: True
  392.  
  393. --------- train.ini ---------
  394.  
  395. [global]
  396. centering: face
  397. coverage: 68.75
  398. icnr_init: False
  399. conv_aware_init: False
  400. optimizer: adam
  401. learning_rate: 5e-05
  402. epsilon_exponent: -7
  403. reflect_padding: False
  404. allow_growth: False
  405. mixed_precision: False
  406. nan_protection: True
  407. convert_batchsize: 2
  408.  
  409. [global.loss]
  410. loss_function: ssim
  411. mask_loss_function: mse
  412. l2_reg_term: 100
  413. eye_multiplier: 3
  414. mouth_multiplier: 2
  415. penalized_mask_loss: True
  416. mask_type: extended
  417. mask_blur_kernel: 3
  418. mask_threshold: 4
  419. learn_mask: False
  420.  
  421. [model.dfaker]
  422. output_size: 128
  423.  
  424. [model.dfl_h128]
  425. lowmem: False
  426.  
  427. [model.dfl_sae]
  428. input_size: 128
  429. clipnorm: True
  430. architecture: df
  431. autoencoder_dims: 0
  432. encoder_dims: 42
  433. decoder_dims: 21
  434. multiscale_decoder: False
  435.  
  436. [model.dlight]
  437. features: best
  438. details: good
  439. output_size: 256
  440.  
  441. [model.original]
  442. lowmem: False
  443.  
  444. [model.realface]
  445. input_size: 64
  446. output_size: 128
  447. dense_nodes: 1536
  448. complexity_encoder: 128
  449. complexity_decoder: 512
  450.  
  451. [model.unbalanced]
  452. input_size: 128
  453. lowmem: False
  454. clipnorm: True
  455. nodes: 1024
  456. complexity_encoder: 128
  457. complexity_decoder_a: 384
  458. complexity_decoder_b: 512
  459.  
  460. [model.villain]
  461. lowmem: False
  462.  
  463. [trainer.original]
  464. preview_images: 14
  465. zoom_amount: 5
  466. rotation_range: 10
  467. shift_range: 5
  468. flip_chance: 50
  469. color_lightness: 30
  470. color_ab: 8
  471. color_clahe_chance: 50
  472. color_clahe_max_size: 4
  473.