Commit Graph

684 Commits (36189cbea735b85fd01e98ac42002b8ce6f0e41d)

Author SHA1 Message Date
Dowon 36189cbea7
Merge branch 'dev' 2025-03-10 20:36:46 +09:00
pre-commit-ci[bot] e6098dd2dd
[pre-commit.ci] pre-commit autoupdate (#753)
updates:
- [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](https://github.com/rbubley/mirrors-prettier/compare/v3.5.1...v3.5.3)
- [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.9.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dowon <ks2515@naver.com>
2025-03-10 20:36:34 +09:00
Dowon 408f1fbccb
chore: v25.3.0 2025-03-10 20:35:38 +09:00
Dowon d9250a3d9a
fix: misc 2025-02-22 10:01:42 +09:00
Dowon 0ce0a2183b
chore: update tools 2025-02-22 10:01:28 +09:00
Dowon 941b7c7dfb
fix: use mock.patch on total_tqdm patch 2025-02-18 23:01:44 +09:00
Dowon 06100063b3
feat: change unsafe pickling 2025-02-18 20:40:27 +09:00
Dowon 589412052d
style: ignore A005 2025-02-15 11:09:31 +09:00
Dowon 023468e25b
update versions 2025-02-15 11:07:45 +09:00
Dowon c48bdbd8e3
Merge branch 'dev' 2024-12-07 20:10:25 +09:00
Dowon c999e8c9ed
fix: install.py ultralytics 2024-12-07 20:09:36 +09:00
Dowon 7ae5d7abb7
Merge branch 'dev' 2024-12-06 10:00:10 +09:00
Dowon 190e708b8b
fix: update install script
There was an attack on the ultralytics package
2024-12-06 09:59:55 +09:00
Dowon 6a0e501654
fix: fix tests
mediapipe only failed on macos
2024-12-02 22:35:35 +09:00
Dowon cb69a52fb3
update pre-commit 2024-12-02 22:18:44 +09:00
pre-commit-ci[bot] 291797c9c8
[pre-commit.ci] pre-commit autoupdate (#736)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.8.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-02 22:16:40 +09:00
Dowon 358d1706f9
Merge branch 'dev' 2024-11-13 19:51:09 +09:00
Dowon 35c44a5ac3
chore: v24.11.1 2024-11-13 19:50:31 +09:00
Dowon 891fb9469d
fix: missing mediapipe confidences 2024-11-13 19:50:16 +09:00
Dowon 8ddf919e1e
Merge branch 'dev' 2024-11-10 18:24:16 +09:00
Dowon 3ab17ae174
chore: v24.11.0 2024-11-10 18:24:08 +09:00
Dowon 2d852bafbc
chore(ci): cron test 2024-11-02 22:39:33 +09:00
pre-commit-ci[bot] 73cec6cc44
[pre-commit.ci] pre-commit autoupdate (#728)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-02 22:36:23 +09:00
Dowon 423fda866a
fix(install): fix mediapipe version 2024-11-02 22:27:47 +09:00
Dowon a8b51ffa76
chore: update taskfile 2024-11-02 22:27:06 +09:00
Dowon 424093bbd8
fix(scripts): LANCZOS 2024-11-02 22:25:55 +09:00
Dowon 47e3a572e4
chore(ci): refactor gitHub actions workflows 2024-09-28 01:18:41 +09:00
Dowon 18e111322c
fix(ui): ad_mask_filter_method add suffix 2024-09-25 20:18:48 +09:00
pre-commit-ci[bot] ce071b6040
[pre-commit.ci] pre-commit autoupdate (#690)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-25 20:14:16 +09:00
Dowon 9de46de1d2
Merge remote-tracking branch 'origin/main' into dev 2024-09-25 20:13:04 +09:00
Collin Avidano 9ceb58685a
Feature: Filter k most confident masks (#720)
* add filter to things that return confidences need to add ui elements to select between the two methods

* add ui elements for controlling method

* forgot to remove this

* fix incorrect early exit

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: pop mask only top k params

* fix: filter confidences

* refactor: change to one public function

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dowon <ks2515@naver.com>
2024-09-25 20:12:28 +09:00
Dowon 753862017a
fix(ui): rename ad_classes to ad_model_classes 2024-09-22 23:56:03 +09:00
Dowon c439128484
refactor(scripts): optimize get_override_settings method
Refactor the get_override_settings method in the AfterDetailerScript class to improve code readability and maintainability. Removed unused parameter '_p' and added type hints for better code documentation.
2024-09-22 23:54:21 +09:00
Dowon feefeed638
fix(scripts): fix optioninfo, add xyz options 2024-09-17 19:42:42 +09:00
Dowon ceacc711e4
fix(scripts): copy scripts args
maybe fix #701
2024-09-09 22:13:58 +09:00
Dowon 17694f9ac2
dev version 2024-09-02 23:15:57 +09:00
Dowon 03ec9d004a
Merge branch 'dev' 2024-09-02 23:14:20 +09:00
Dowon 5ff72ad76d
chore: v24.9.0 2024-09-02 23:07:52 +09:00
Dowon 0a1fd3a4af
fix(scripts): get image mask ensure L mode 2024-08-30 20:12:18 +09:00
Dowon 91f7d8617a
fix(scripts): init image controlnet error 2024-08-27 19:18:00 +09:00
Dowon bb070be961
fix(scripts): controlnet enabled 2024-08-25 15:43:27 +09:00
Dowon fabb7ded2b
fix(script): missing get_ad_model 2024-08-25 15:13:25 +09:00
Dowon 67793f076c
chore: update .github 2024-08-25 14:59:58 +09:00
Dowon 47cc6b9070
fix(scripts): misc 2024-08-25 14:51:05 +09:00
Dowon 63b0d2bbde
chore: exclude modules dir 2024-08-24 19:20:29 +09:00
Dowon 6090dcdaa9
fix(scripts): fix is ad enabled 2024-08-24 19:14:10 +09:00
Dowon a3935fcc4f
chore(ci): fix pypi action 2024-08-24 14:48:13 +09:00
Dowon cbd60739e8
fix(scripts): move empty check 2024-08-24 13:59:34 +09:00
Dowon fbbe127c9e
fix: add PL rule 2024-08-24 13:58:08 +09:00
Dowon 652da215ac
chore: dev version 2024-08-24 13:52:39 +09:00