mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-23 07:48:58 +00:00
Merge branch 'dev' into main
This commit is contained in:
@@ -7,13 +7,8 @@ repos:
|
||||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.0.275"
|
||||
rev: "v0.0.277"
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
- v23.7.4
|
||||
- batch count > 1일때 프롬프트의 인덱스 문제 수정
|
||||
|
||||
- v23.7.5
|
||||
- i2i의 `cached_uc`와 `cached_c`가 p의 `cached_uc`와 `cached_c`가 다른 인스턴스가 되도록 수정
|
||||
|
||||
## 2023-07-05
|
||||
|
||||
- v23.7.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "23.7.4"
|
||||
__version__ = "23.7.5"
|
||||
|
||||
@@ -402,7 +402,8 @@ class AfterDetailerScript(scripts.Script):
|
||||
do_not_save_grid=True,
|
||||
)
|
||||
|
||||
i2i.close()
|
||||
i2i.cached_c = [None, None]
|
||||
i2i.cached_uc = [None, None]
|
||||
i2i.scripts, i2i.script_args = self.script_filter(p, args)
|
||||
i2i._disable_adetailer = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user