mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
[pre-commit.ci] pre-commit autoupdate (#799)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e41ee473c8
commit
f891c5560a
@@ -5,7 +5,7 @@ exclude: ^modules/
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
args: [--maxkb=100]
|
||||
@@ -19,12 +19,12 @@ repos:
|
||||
- id: mixed-line-ending
|
||||
|
||||
- repo: https://github.com/rbubley/mirrors-prettier
|
||||
rev: v3.5.3
|
||||
rev: v3.7.4
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.11.12
|
||||
rev: v0.14.8
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
||||
@@ -121,7 +121,6 @@
|
||||
- YOLO World 모델 추가: 가장 큰 yolov8x-world.pt 모델만 기본적으로 선택할 수 있게 함.
|
||||
- lllyasviel/stable-diffusion-webui-forge에서 컨트롤넷을 사용가능하게 함 (PR #517)
|
||||
- 기본 스크립트 목록에 soft_inpainting 추가 (https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14208)
|
||||
|
||||
- 기존에 설치한 사람에게 소급적용되지는 않음
|
||||
|
||||
- 감지모델에 대한 간단한 pytest 추가함
|
||||
@@ -348,7 +347,6 @@
|
||||
- `ad_inpaint_full_res` → `ad_inpaint_only_masked`
|
||||
- `ad_inpaint_full_res_padding` → `ad_inpaint_only_masked_padding`
|
||||
- mediapipe face mesh 모델 추가
|
||||
|
||||
- mediapipe 최소 버전 `0.10.0`
|
||||
|
||||
- rich traceback 제거함
|
||||
|
||||
Reference in New Issue
Block a user