Commit Graph

539 Commits

Author SHA1 Message Date
Dowon
7d7dfb76a5 fix(scripts): move contextmanagers 2024-04-13 16:04:57 +09:00
Dowon
89ee330271 fix(scripts): fix paths 2024-04-13 15:49:03 +09:00
Dowon
e390875198 fix(scripts): fix SCRIPT_DEFAULT 2024-04-13 15:48:27 +09:00
Dowon
596951846d chore(pre-commit): update, black -> ruff format 2024-04-13 15:23:25 +09:00
Dowon
7360ea693f Merge branch 'dev' v24.4.0 2024-04-10 00:57:41 +09:00
Dowon
ba11972d60 chore: v24.4.0 2024-04-10 00:57:31 +09:00
Dowon
ace61af2dd feat: update ad prompts in extra params
생성된 이미지에 wildcard 등을 적용했을 때, 적용된 결과가 exif에 이제 제대로 나타납니다.
2024-04-09 22:04:44 +09:00
Dowon
d0efa0fded fix: update adetailer prompt, negatives 2024-04-09 21:15:13 +09:00
Dowon
218e0ce94e fix: #569 no deepcopy 2024-04-09 21:09:58 +09:00
Dowon
f39ccbff14 style: remove trailing spaces 2024-04-09 21:07:32 +09:00
Nakadun
a0c49259b0 Fix extra parameter error from #552 (#569)
Fixes https://github.com/Bing-su/adetailer/issues/552
2024-04-09 21:06:33 +09:00
Dowon
232fec48c3 test: fix numpy dtype 2024-04-09 21:05:57 +09:00
Dowon
a9de021070 style: remove unused import 2024-04-09 21:04:17 +09:00
Dowon
a29d6afe26 chore: update ruff rules 2024-04-09 21:03:56 +09:00
pre-commit-ci[bot]
8c2980271d [pre-commit.ci] pre-commit autoupdate (#567)
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-09 20:07:29 +09:00
Dowon
2aef18eb09 Merge remote-tracking branch 'origin/dev' into dev 2024-04-05 23:17:26 +09:00
pre-commit-ci[bot]
ee0cf5f7b5 [pre-commit.ci] pre-commit autoupdate (#564)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.3.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-02 22:22:07 +09:00
Dowon
db6470423d chore: add prettier hook 2024-03-30 16:51:18 +09:00
Dowon
06adf33a89 Merge branch 'dev' v24.3.5 2024-03-29 22:13:54 +09:00
Dowon
8c53bdb323 chore: v24.3.5 2024-03-29 22:13:47 +09:00
Dowon
8dc300b796 chore: update issue template 2024-03-29 21:42:44 +09:00
Dowon
a0e6836b4e fix: /adetailer/v1/schema pydantic v2 2024-03-29 21:37:19 +09:00
Dowon
5b15c9fa40 fix: reduce validation error message 2024-03-29 21:35:09 +09:00
Dowon
3e10049e84 fix: txt2img inpainting mask?? error 2024-03-29 21:27:32 +09:00
Dowon
fa4aa19d7c docs: update readme 2024-03-29 21:23:59 +09:00
Dowon
e90856adf9 ci: fix pypi action - python version 2024-03-29 21:15:35 +09:00
Dowon
372e8b754b Merge branch 'dev' v24.3.4 2024-03-28 20:29:51 +09:00
Dowon
b77dcd78ac chore: v24.3.4 2024-03-28 20:29:22 +09:00
Dowon
742182fc5a chore: update tools 2024-03-28 20:20:25 +09:00
Dowon
5607fe63d2 ci: pypi publish action 2024-03-28 20:20:10 +09:00
Dowon
1ddace3d65 fix: resize img2img mask
타겟 이미지의 사이즈가 16의 배수가 아닐 때
2024-03-28 19:52:53 +09:00
Dowon
98043a8abd test: update tests 2024-03-28 19:39:37 +09:00
Dowon
2fb273d40a chore: update pre-commit 2024-03-27 00:42:41 +09:00
Dowon
31b8122eb5 Merge branch 'dev' v24.3.3 2024-03-25 21:02:11 +09:00
Dowon
4fab9265e9 chore: v24.3.3 2024-03-25 21:01:35 +09:00
Dowon
c083197684 fix: webui < 1.6.0 import error 2024-03-25 20:59:16 +09:00
Dowon
0a070455b7 Merge branch 'dev' v24.3.2 2024-03-21 19:51:47 +09:00
Dowon
3d6a5a541a chore: v24.3.2 2024-03-21 19:51:15 +09:00
Dowon
f185f602d2 fix: disable when inpaint with skip img2img
bug!
2024-03-21 19:40:26 +09:00
Dowon
9c6d98263a fix: mask size when using skip img2img 2024-03-21 18:59:57 +09:00
Dowon
55571ab646 fix: opencv image size mismatch error 2024-03-21 18:44:46 +09:00
Dowon
9269676e8a chore: fix pyproject.toml, add pypi classifiers 2024-03-21 00:43:56 +09:00
Dowon
eb63f828de test: is_all_black rgb test, yolo9c test 2024-03-21 00:34:19 +09:00
Dowon
9d3f178573 fix: is_all_black - check image mode 2024-03-21 00:24:41 +09:00
Dowon
cfd0e953bc chore: update pre-commit v24.3.1 2024-03-16 23:27:19 +09:00
Dowon
643242ab05 Merge branch 'dev' 2024-03-16 23:26:01 +09:00
Dowon
bbd774e197 chore: v24.3.1 2024-03-16 23:25:50 +09:00
Dowon
f11c182997 docs: update readme 2024-03-16 23:25:28 +09:00
Dowon
06de40673c chore: update ultralytics version -> 8.1.29 2024-03-16 23:24:38 +09:00
Dowon
62d000e382 fix: invert mask image as inpainting mask invert 2024-03-16 23:21:07 +09:00