chore: v23.5.7

This commit is contained in:
Bingsu
2023-05-06 10:46:04 +09:00
parent d040ecf184
commit b909b28ef3
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
### 2023-05-06
- v23.5.7
- `ad_use_cfg_scale` 옵션 추가. cfg 스케일을 따로 사용할지 말지 결정함.
- `ad_enable` 기본값을 `True`에서 `False`로 변경
- `ad_model`의 기본값을 `None`에서 첫번째 모델로 변경
- 최소 2개의 입력(ad_enable, ad_model)만 들어오면 작동하게 변경.
### 2023-05-05 (어린이날)
- v23.5.5

View File

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