Merge branch 'dev' into main

This commit is contained in:
Bingsu
2023-07-07 18:50:15 +09:00
4 changed files with 7 additions and 8 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -1 +1 @@
__version__ = "23.7.4"
__version__ = "23.7.5"

View File

@@ -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