chore: add prettier hook

pull/567/head
Dowon 2024-03-30 16:50:53 +09:00
parent 06adf33a89
commit db6470423d
7 changed files with 181 additions and 179 deletions

View File

@ -1,7 +1,7 @@
name: Close stale issues and PRs
on:
schedule:
- cron: '30 1 * * *'
- cron: "30 1 * * *"
jobs:
stale:

View File

@ -21,6 +21,11 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
hooks:

View File

@ -35,6 +35,7 @@
- YOLO World 모델 추가: 가장 큰 yolov8x-world.pt 모델만 기본적으로 선택할 수 있게 함.
- lllyasviel/stable-diffusion-webui-forge에서 컨트롤넷을 사용가능하게 함 (PR #517)
- 기본 스크립트 목록에 soft_inpainting 추가 (https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14208)
- 기존에 설치한 사람에게 소급적용되지는 않음
- 감지모델에 대한 간단한 pytest 추가함
@ -126,7 +127,6 @@
- 1.6.0 업데이트에 따라 img2img에서 사용불가능한 샘플러를 선택했을 때 더이상 Euler로 변경하지 않음
- 유효하지 않은 인자가 전달되었을 때, 에러를 일으키지 않고 대신 adetailer를 비활성화함
## 2023-08-25
- v23.8.1
@ -141,7 +141,6 @@
- Only top k largest 옵션 추가 (PR #264)
- ultralytics 버전 업데이트
## 2023-07-31
- v23.7.11
@ -156,7 +155,6 @@
- huggingface_hub, pydantic을 install.py에서 없앰
- 안쓰는 컨트롤넷 관련 코드 삭제
## 2023-07-23
- v23.7.9
@ -264,6 +262,7 @@
- `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 제거함
@ -294,7 +293,6 @@
- 모든 컴포넌트에 elem_id 설정
- ui에 버전을 표시함
### 2023-05-19
- v23.5.16

View File

@ -1,4 +1,3 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007