chore: v24.1.2

This commit is contained in:
Dowon
2024-01-23 22:18:10 +09:00
parent fb0f5f1a93
commit 492963aa93
3 changed files with 9 additions and 2 deletions

View File

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

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-01-23
- v24.1.2
- controlnet 모델에 `Passthrough` 옵션 추가. 입력으로 들어온 컨트롤넷 옵션을 그대로 사용
- fastapi 엔드포인트 추가
## 2024-01-10
- v24.1.1

View File

@@ -1 +1 @@
__version__ = "24.1.2.dev0"
__version__ = "24.1.2"