mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
chore: v24.1.2
This commit is contained in:
@@ -2,13 +2,14 @@ repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-ast
|
||||
- id: trailing-whitespace
|
||||
args: [--markdown-linebreak-ext=md]
|
||||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.1.11
|
||||
rev: v0.1.14
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-01-23
|
||||
|
||||
- v24.1.2
|
||||
- controlnet 모델에 `Passthrough` 옵션 추가. 입력으로 들어온 컨트롤넷 옵션을 그대로 사용
|
||||
- fastapi 엔드포인트 추가
|
||||
|
||||
## 2024-01-10
|
||||
|
||||
- v24.1.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "24.1.2.dev0"
|
||||
__version__ = "24.1.2"
|
||||
|
||||
Reference in New Issue
Block a user