Commit Graph

231 Commits

Author SHA1 Message Date
Dowon
ad0271d6bc fix(scripts): 4 default taps 2024-05-20 00:13:51 +09:00
Dowon
2ace2759b8 feat(scripts): enable each tap 2024-05-19 16:25:06 +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
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
93d223f130 fix(scripts): --no-prompt-history error 2024-04-17 19:47:08 +09:00
Dowon
0204ae3150 fix(modules): conditional imports 2024-04-14 17:00:55 +09:00
Dowon
3c27ab30ce fix(scripts): fix live preview None error 2024-04-14 16:57:40 +09:00
Dowon
d8df3b8111 fix(scripts): scheduler import error 2024-04-14 09:18:57 +09:00
Dowon
38e369305e feat(scripts): add scheduler option 2024-04-14 01:21:03 +09:00
Dowon
a40c4c77db fix(scripts): copy only non-callable extra params 2024-04-14 00:45:23 +09:00
Dowon
a2a49b3137 fix(scripts): move some p funcs 2024-04-14 00:37:14 +09:00
Dowon
890aa5ab34 fix(scripts): remove spaces on both side of [PROMPT] 2024-04-13 16:32:00 +09:00
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
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
a9de021070 style: remove unused import 2024-04-09 21:04:17 +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
1ddace3d65 fix: resize img2img mask
타겟 이미지의 사이즈가 16의 배수가 아닐 때
2024-03-28 19:52:53 +09:00
Dowon
c083197684 fix: webui < 1.6.0 import error 2024-03-25 20:59:16 +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
9d3f178573 fix: is_all_black - check image mode 2024-03-21 00:24:41 +09:00
Dowon
62d000e382 fix: invert mask image as inpainting mask invert 2024-03-16 23:21:07 +09:00
Dowon
2255341fb8 fix: filter only if not full res inpaint 2024-03-16 22:45:53 +09:00
Dowon
f6a7b95585 fix: ensure pil image, mask has intersection 2024-03-16 14:50:00 +09:00
Dowon
a9feea2662 fix: replace CNHijackRestore with nullcontext for forge 2024-03-12 01:15:03 +09:00
Dowon
ce4ea25f43 fix: move inpaint mask filter func 2024-03-12 01:04:31 +09:00
Dowon
827f8bb655 fix: img2img inpainting: check intersection 2024-03-08 22:45:23 +09:00
Dowon
9e9dcd5bca feat: add yolo world model 2024-03-01 10:54:41 +09:00
Dowon
f21ac7b28f fix: xyz grid controlnet model passthrough option 2024-02-29 20:27:04 +09:00
Dowon
e607041589 feat: add soft_inpainting to default scripts
소급 적용 안됨
2024-02-29 20:25:51 +09:00
Dowon
a7e6777067 fix: async rest api endpoints 2024-02-28 21:18:44 +09:00
Dowon
4c02019d58 fix: controlnet_forge boolean -> controlnet_type 2024-02-28 20:58:35 +09:00
Dowon
cfc9f98e56 fix: disable controlnet unit forge, fix C901 2024-02-28 20:56:17 +09:00
Dowon
9248b79504 style: apply black, fix by ruff 2024-02-27 21:32:40 +09:00
catboxanon
1441b55d6f Forge webui support (#517)
* Forge support

* Separate Forge implementation

* Remove debug print
2024-02-27 21:19:36 +09:00
Dowon
b8fe935ae8 fix: remove prompt sr comments 2024-02-26 20:11:29 +09:00
whiteSkar
afb9cd0b66 Fix ADetailer prompt in PNG Info showing the original prompt when ADetailer S/R script is applied (#489) 2024-02-26 20:08:53 +09:00
Dowon
8f01dfdaa9 fix: 이렇게 코딩하시면 헷갈려요 2024-01-23 22:20:55 +09:00