Commit Graph

611 Commits

Author SHA1 Message Date
Dowon
a7d961131e Merge branch 'dev' v24.6.0 2024-06-16 09:32:49 +09:00
Dowon
d8aaaa8265 chore: update pre-commit 2024-06-16 09:31:31 +09:00
Dowon
45e13bb46c chore: v24.6.0 2024-06-16 09:30:58 +09:00
Dowon
9f52c852c2 fix(install): protobuf==3 available 2024-06-13 20:01:49 +09:00
pre-commit-ci[bot]
872f55a15a [pre-commit.ci] pre-commit autoupdate (#632)
updates:
- [github.com/rbubley/mirrors-prettier: v3.2.5 → v3.3.1](https://github.com/rbubley/mirrors-prettier/compare/v3.2.5...v3.3.1)
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.8)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-13 19:50:58 +09:00
pre-commit-ci[bot]
60853a0c82 [pre-commit.ci] pre-commit autoupdate (#628)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-02 13:01:05 +09:00
Dowon
a479f60f40 feat(ui): use InputAccodian 2024-06-02 13:00:19 +09:00
Dowon
a79a472c6b fix: typeerror typo 2024-06-02 12:47:42 +09:00
Dowon
6dd603d2cd fix: open-clip-torch version 2024-06-02 12:44:54 +09:00
Dowon
72647e5bfa fix: version requirements 2024-05-27 23:45:53 +09:00
Dowon
479f5f4a2e fix: hard english 2024-05-27 23:24:20 +09:00
Dowon
ba039cbbae feat: check hf mirror, use local cache 2024-05-22 00:34:22 +09:00
Dowon
0fd53ce2f3 fix(setting): max taps, needs_reload_ui 2024-05-22 00:16:53 +09:00
Dowon
a89c01d357 Merge branch 'dev' v24.5.1 2024-05-20 20:37:45 +09:00
Dowon
cf83cd0436 chore: v24.5.1 2024-05-20 20:33:58 +09:00
Dowon
a655127eee fix(install): revert use uv 2024-05-20 20:32:20 +09:00
Dowon
6c357b3910 fix: remove global variable 2024-05-20 00:54:11 +09:00
Dowon
125dd6159c chore: dev version 2024-05-20 00:14:13 +09:00
Dowon
ad0271d6bc fix(scripts): 4 default taps 2024-05-20 00:13:51 +09:00
Dowon
2f9b9ab0f6 feat: concurrent download models 2024-05-20 00:11:01 +09:00
Dowon
599c3cc7fc refactor: generic int | float typing 2024-05-19 23:54:38 +09:00
Dowon
9d1b6bf64a fix: numpy typing error 2024-05-19 23:36:20 +09:00
Dowon
fb5401e22b fix(install): fix empty package error 2024-05-19 23:25:22 +09:00
Dowon
397a724a73 Merge branch 'dev' v24.5.0 2024-05-19 21:01:04 +09:00
Dowon
944be82461 fix(ci): update pypi action 2024-05-19 21:00:38 +09:00
Dowon
41189c607d fix: discontinued message 2024-05-19 20:57:04 +09:00
Dowon
0187228a17 Merge branch 'dev' 2024-05-19 17:03:45 +09:00
Dowon
fd6cab8e38 chore: v24.5.0 2024-05-19 17:03:35 +09:00
Dowon
e44872e775 feat(install): use uv
한국인이 원하는 속도감
2024-05-19 16:54:51 +09:00
Dowon
1bcc00c3b9 fix(install): do not update transformers 2024-05-19 16:34:22 +09:00
Dowon
8a4d546566 fix(ui): remove most info 2024-05-19 16:32:56 +09:00
Dowon
2ace2759b8 feat(scripts): enable each tap 2024-05-19 16:25:06 +09:00
Dowon
af3418728d feat: add gradio info 2024-05-19 15:54:38 +09:00
Dowon
ef7d413814 fix: always reset cached_c, uc 2024-05-17 18:10:18 +09:00
Dowon
9672046eeb fix: builtin scripts 2024-05-17 14:16:16 +09:00
Dowon
f12f66c298 refactor: refactor some functions 2024-05-15 22:13:06 +09:00
Dowon
e05104a220 fix: move traceback.py, ui.py 2024-05-15 21:55:33 +09:00
Dowon
972158abee chore: update tool 2024-05-15 21:53:32 +09:00
pre-commit-ci[bot]
0a0606fc01 [pre-commit.ci] pre-commit autoupdate (#592)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-05-15 21:42:55 +09:00
Dowon
7275213848 fix(scripts): fix extra models dir option label, example 2024-05-06 16:04:34 +09:00
Natans
dc451caaa2 Added option to add multiple extra models dirs separated by colons (#596)
* Added option to add multiple extra models dirs separated by colons

* Added "(requires Reload UI)" tag to the extra models path setting

* Changed colon seperator to in favor of vertical bar.

* [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-05-06 16:02:14 +09:00
Dowon
87739bed85 chore(ci): fix pre-commit 2024-05-04 17:42:55 +09:00
Dowon
196d7c354e misc: trivial 2024-05-04 17:39:26 +09:00
Dowon
1e4268d6e4 chore(misc): versions 2024-05-04 17:38:34 +09:00
Dowon
1526d180c2 fix(install): mediapipe, protobuf version
google
2024-05-04 17:29:13 +09:00
Dowon
4d374b7742 fix(install): ultralytics protobuf version
mediapipe 다음 버전 대기중
2024-04-17 19:59:55 +09:00
Dowon
1edd588860 Merge branch 'dev' v24.4.2 2024-04-17 19:57:43 +09:00
Dowon
7fe43014af chore: v24.4.2 2024-04-17 19:57:23 +09:00
Dowon
fbda52a0d7 Revert "fix(install): mediapipe protobuf"
This reverts commit 8aabf633e9.
2024-04-17 19:47:23 +09:00
Dowon
93d223f130 fix(scripts): --no-prompt-history error 2024-04-17 19:47:08 +09:00