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 |
|
torzdf
|
a1ef5edd39
|
tests:
- unit test: tools.alignments.media
- Add mypy test
- Typing fixes
|
2023-01-21 00:41:18 +00:00 |
|
torzdf
|
4f79ea47e6
|
bugfix: macos - raise tensorflow-metal max version
typofix: usage.md
|
2023-01-19 18:02:50 +00:00 |
|
DonOhhhh
|
eaa33ae28e
|
Korean translations added (#1287)
|
2023-01-18 22:12:29 +00:00 |
|
torzdf
|
c474858265
|
bugfix: Alignments tool - remove faces:
- Handle duplicate face images
|
2023-01-18 20:13:29 +00:00 |
|
torzdf
|
1d19aea281
|
bugfix - numexpr. ignore OMP_NUM_THREADS EnvVar
|
2023-01-18 15:39:05 +00:00 |
|
torzdf
|
e2d84bec50
|
bugfix: - Alignment tool - remove faces:
- Only process faces that exist in alignments file
|
2023-01-18 03:17:09 +00:00 |
|
torzdf
|
798e59192c
|
unit test updates
- Add XVFB (virtual display)
- Re-activate viewer gui test
|
2023-01-17 16:20:16 +00:00 |
|
torzdf
|
110f53d5a4
|
bugfix - skip tkinter unit tests
|
2023-01-17 15:24:14 +00:00 |
|
torzdf
|
34b558426e
|
bugfix:
- preview tool - Prevent tkinter variables from exiting main thread
refactor:
- preview tool - Split module to smaller sub-modules + docs, locales
Typing:
- tools.preview.cli
Unit test:
- tools.preview.viewer
|
2023-01-17 15:03:29 +00:00 |
|
torzdf
|
80f63280ca
|
Bugfixes
- plugin.train.unbalanced - decoder b
- gui.stats - crash when log folder deleted
- setup.py - install gcc=12.1.0 on linux (scipy dep)
- setup.py - don't test ROCm unless valid
- typofix - cli_args extract singleprocess help
typing
- lib.gui.analysis.event_reader
- lib.gpu_stats.directml - make platform specific
unit tests
- lib.gui.analysis.event_reader
|
2023-01-13 23:29:51 +00:00 |
|
torzdf
|
28cb2fcffb
|
Unhide options for ROCm
|
2023-01-11 14:34:30 +00:00 |
|
torzdf
|
c455601ed2
|
Linux - ROCm (AMD) support
|
2023-01-11 13:09:32 +00:00 |
|
torzdf
|
edd7e52408
|
docs: typofix
|
2023-01-09 12:46:29 +00:00 |
|
torzdf
|
0dbeafb195
|
bugfix: sysinfo
- Fix getting free Vram on Nvidia
- Don't halt sysinfo on GPU stats error
- lib.sysinfo unit test
|
2023-01-09 12:29:18 +00:00 |
|
torzdf
|
2f16f8aa3b
|
Bugfix - Phaze-A, monkeypatch EfficientNet for MixedPrecision
|
2023-01-07 19:19:07 +00:00 |
|
torzdf
|
dc94ed9cad
|
DirectML Support (#1291)
* DML Support
- Add requirements. Update setup.py. Update Windows Installer
- Add 'directml' backend. Update backend supporting logic
- GPUStats - Add GPU querying from Win SDK for DML backend
- Windows PlaidML - Deprecation Warning
- Remove deprecated '-d' training flag
- Logging in DML functions
- Unittest
- Windows Unit Test
- lib.utils
|
2023-01-06 14:45:57 +00:00 |
|
torzdf
|
bcef3b4d1c
|
Merge branch 'staging'
|
2022-12-20 16:03:12 +00:00 |
|
torzdf
|
ddedb52696
|
Update tests for tf2.10
|
2022-12-20 15:35:10 +00:00 |
|
torzdf
|
d750af1e92
|
bump TF to version 2.10
|
2022-12-20 15:30:26 +00:00 |
|
torzdf
|
ef55d24f2e
|
Merge branch 'staging'
|
2022-12-20 01:42:53 +00:00 |
|
torzdf
|
eefffe243d
|
Bugfix: AMD. Pin numpy, matplotlib and numexpr
|
2022-12-20 01:41:03 +00:00 |
|
torzdf
|
d1e09f766b
|
Merge branch 'staging'
|
2022-12-19 11:26:45 +00:00 |
|
torzdf
|
84ae6006bb
|
Bugfix - TF Version check
|
2022-12-19 11:26:32 +00:00 |
|
torzdf
|
dd64ed53e0
|
Merge branch 'staging'
|
2022-12-19 11:00:22 +00:00 |
|
torzdf
|
ac6bda7f00
|
bugfix: Mask tool, fix faces input type
|
2022-12-19 11:00:09 +00:00 |
|
torzdf
|
6913e42442
|
Merge branch 'staging'
|
2022-12-18 19:02:29 +00:00 |
|
torzdf
|
48c886b3dc
|
Allow decoding errors
|
2022-12-18 19:02:17 +00:00 |
|
torzdf
|
8c63b7a1e2
|
Merge branch 'staging'
|
2022-12-15 22:58:42 +00:00 |
|
torzdf
|
01b03209dd
|
Update _requirements_base.txt
Update requirements.txt - pin matplotlib
|
2022-12-15 22:58:05 +00:00 |
|
torzdf
|
ffe8f9a7c3
|
Merge branch 'staging'
|
2022-11-22 17:34:59 +00:00 |
|
torzdf
|
2faef58c5f
|
Bugfix - Extract - re-align with identity filtering enabled
|
2022-11-22 17:34:44 +00:00 |
|
torzdf
|
5fec18919b
|
Merge branch 'staging'
|
2022-11-22 01:16:12 +00:00 |
|