torzdf
c22e105f18
bugfix: setup.py - fix logic ordering
2023-06-30 22:15:13 +01:00
torzdf
2bf529ad65
bugfix: Optimizer save error on older models
2023-06-30 12:14:23 +01:00
torzdf
f4c912e273
bugfix: GUI force stdout/stderr reading to utf-8
2023-06-30 11:52:58 +01:00
torzdf
8fb96b0d6e
mask tool: log and exit if batch not using folder
2023-06-30 09:42:52 +01:00
torzdf
4e7e5fe308
bugfix: graph pop-up - log/linear switching
2023-06-30 09:30:21 +01:00
torzdf
ce86d091db
bugfix: git communication fixes
2023-06-30 02:45:19 +01:00
torzdf
b870c7d9bb
typofix
2023-06-28 19:17:43 +01:00
torzdf
467ff6bf20
bugfix: Handle dtype change for cv2-dnn aligner
2023-06-28 19:16:03 +01:00
torzdf
99fd844bb3
bugfix: plugins.aligner - predict dtype
2023-06-28 18:54:59 +01:00
torzdf
4b20316975
bugfix: manual tool - alignments saving
2023-06-28 18:43:37 +01:00
torzdf
efa4471243
typing:
...
- tools.manual.detected_faces
- tools.manual.thumbnails
2023-06-28 18:30:17 +01:00
torzdf
adc96b7d31
bugfix: Sphinx Requirements
2023-06-27 18:34:43 +01:00
torzdf
bb532c6e4a
typofix: sphinx_requirements.txt
2023-06-27 18:32:26 +01:00
torzdf
caa97d2d36
bugfix: Sphjinx Requirements
2023-06-27 18:28:37 +01:00
torzdf
dd03aa8573
setup.py: Revert redundant conda check
2023-06-27 18:03:41 +01:00
torzdf
4819d5b97d
bugfixes:
...
- Remove duplicate line from Dockerfile.gpu
- Add more robust Conda checking
2023-06-27 16:05:53 +01:00
torzdf
6a3b674bef
Rebase code ( #1326 )
...
* Remove tensorflow_probability requirement
* setup.py - fix progress bars
* requirements.txt: Remove pre python 3.9 packages
* update apple requirements.txt
* update INSTALL.md
* Remove python<3.9 code
* setup.py - fix Windows Installer
* typing: python3.9 compliant
* Update pytest and readthedocs python versions
* typing fixes
* Python Version updates
- Reduce max version to 3.10
- Default to 3.10 in installers
- Remove incompatible 3.11 tests
* Update dependencies
* Downgrade imageio dep for Windows
* typing: merge optional unions and fixes
* Updates
- min python version 3.10
- typing to python 3.10 spec
- remove pre-tf2.10 code
- Add conda tests
* train: re-enable optimizer saving
* Update dockerfiles
* Update setup.py
- Apple Conda deps to setup.py
- Better Cuda + dependency handling
* bugfix: Patch logging to prevent Autograph errors
* Update dockerfiles
* Setup.py - Setup.py - stdout to utf-8
* Add more OSes to github Actions
* suppress mac-os end to end test
2023-06-27 11:27:47 +01:00
torzdf
e4ba12ad2a
tests: Fix event-reader test
2023-06-21 22:51:59 +01:00
torzdf
a903a55837
bugfix: Correctly read event data in GUI
2023-06-21 22:45:40 +01:00
torzdf
c3f38bf80b
bugfix: Windows installer - venv creation
2023-06-21 17:41:25 +01:00
torzdf
03f5c671bc
Remove plaidML support ( #1325 )
...
* Remove PlaidML reference from readme files
* Remove AMD option from installers
* remove amd requirements and update setup.py
* remove plaidml test from CI workflow
* gpustats: remove plaidml backend
* plaid removals:
- faceswap.py - python version check
- setup.cfg - plaidml typing ignore
- lib.keras_utils - All plaid code
- lib.launcher.py - All plaidml checks and configuration
* remove tf2.2 specific code from GUI event reader
* lib.model - remove all plaidml implementations
* plugins.extract - remove plaidml code
* plugins.train remove plaidml code
* lib.convert - remove plaidml code
* tools.model: remove plaidml code
* Remove plaidML tests from unit tests
* remove plaidml_utils and docsting cleanups
* Remove plaidML refs from configs
* fix keras imports
2023-06-21 12:57:33 +01:00
torzdf
82e927d3e7
bugfix: Preview tool Don't error if too few images
2023-06-18 11:38:43 +01:00
andentze
e8a3016882
create even more RU translations ( #1322 )
...
* create translations for GUI menus
* locale: Add RU translations to extract global config
* locales: general refactor + extract, train and general config translations
* add more translations
2023-06-17 12:09:59 +01:00
Ching-Yuan Huang
8f08832c0f
Fixed UnicodeDecodeError ( #1316 )
...
* Update image.py
use encoding="utf8", in line303, 413, 524, 803, 1459
fix UnicodeDecodeError: 'cp950' codec can't decode byte 0x83 in position 52: illegal multibyte sequence
* Update image.py
fix : ValueError: binary mode doesn't take an encoding argument
---------
Co-authored-by: Ching-Yuan Huang <47504492+che610369@users.noreply.github.com >
2023-06-16 15:30:05 +01:00
torzdf
e0eda1cf80
bugfix: Extract memory leak
2023-06-16 13:31:45 +01:00
torzdf
ac8206ed6e
bugfix: Extract - rotation in detection
2023-06-15 18:28:37 +01:00
Bryan Lyon
4e58bcdde3
ClipFaker ( #4 )
...
* Initial working CLIP/FARL implementation. Visual only, Clipfaker uses FaRL weights for training.
* Added missing files.
* Added automatic download and loading of weights.
* Fix bug with clipfaker loading Farl weights
* Added missing reference to clip_tf2
* Added some docstrings
* adding docstrings
* Docstring
* Added some docstrings
* updated setup.py tensorflow requirements
* Last changes
* Last changes
* Last changes
* Changes to docstrings
* Last changes over the Docstrings
---------
Co-authored-by: Bryan Lyon <bryanlyon@users.noreply.github.com >
Co-authored-by: Tianaco <tianaco@users.noreply.github.com >
Co-authored-by: andresca94 <andres_csuarez@live.com >
2023-06-14 10:40:24 +01:00
torzdf
77723a6b66
bugfix: config encoding - force to utf-8
2023-06-12 17:29:47 +01:00
torzdf
02239d4183
locales: Train settings
2023-06-11 23:30:05 +01:00
torzdf
a66214c58e
locales: Add global extract settings
2023-06-08 16:45:18 +01:00
torzdf
50a5113690
locales: Add GUI menu translations
2023-06-07 14:16:27 +01:00
torzdf
013f3016f1
bugfix: Locales for Windows
2023-06-06 19:09:45 +01:00
andentze
e2ad3e271b
add ru locale ( #1311 )
2023-04-27 15:38:09 +01:00
torzdf
216ef38763
alignments tool - batch jobs to run in process
2023-02-24 01:29:10 +00:00
torzdf
ec95c19534
alignments tool - Add batch mode
2023-02-24 00:38:28 +00:00
torzdf
a076afa910
bugfix: mask tool memory leak in batch-mode
2023-02-21 12:47:18 +00:00
torzdf
d0a8d59812
mask tool: Add batch-mode
2023-02-20 23:51:20 +00:00
torzdf
cd94b7e046
Mask tool update:
...
- Allow creation of masks on face sets without an alignments file
- Auto-detect alignments file location when not provided
2023-02-20 15:05:23 +00:00
torzdf
cd929e0df3
bugfix: preview tool unit test
2023-02-20 12:28:02 +00:00
torzdf
637dc3b55c
bugfix - utils unit test
2023-02-20 12:12:51 +00:00
torzdf
f2c1086f94
bugfix: Prevent settings popup from stealing focus
2023-02-19 13:02:37 +00:00
torzdf
74f4b6f9c4
Bugfix: Preview fail on input size > output size
2023-02-16 19:18:52 +00:00
torzdf
0c1d1e3253
Bugfix: Color order on preview with learn_mask
2023-02-14 13:09:46 +00:00
torzdf
7887703ac7
bugfix - Colorchooser fixes
2023-02-13 19:05:34 +00:00
torzdf
6fd57f0d74
bugfix: OrderedDict type for python<3.9
2023-02-13 15:27:48 +00:00
torzdf
2028579756
Preview - Allow mask color/opacity configuration
...
- typing: lib.config
- docs: lib.config
- bugfix: popup_configure - keep assets on top
2023-02-13 15:03:34 +00:00
torzdf
757088f68b
bugfix: Linux installer -cpu mode
2023-02-11 23:58:45 +00:00
torzdf
4a5a10977b
Bugfix: Disable batch mode patch for non-Linux machines
2023-02-10 18:02:14 +00:00
torzdf
8a5ee6d9bf
Bugfix: Patch extract memory leak in batch mode
2023-02-10 15:52:34 +00:00
torzdf
b4212dedc9
bugfix: pin numpy
2023-02-03 12:20:42 +00:00