mirror of https://github.com/Bing-su/adetailer.git
v26.2.0
parent
2bbce2a6b1
commit
55bb8117a6
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 2026-02-05
|
||||
|
||||
- v26.2.0
|
||||
- segmentation 모델의 마스크 dtype이 uint8로 변경된 것에 대응
|
||||
|
||||
## 2025-03-10
|
||||
|
||||
- v25.3.0
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "25.3.0"
|
||||
__version__ = "26.2.0"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ classifiers = [
|
|||
"Topic :: Scientific/Engineering :: Image Recognition",
|
||||
]
|
||||
dependencies = [
|
||||
"huggingface_hub",
|
||||
"huggingface-hub",
|
||||
"mediapipe>=0.10.13",
|
||||
"pydantic<3",
|
||||
"rich>=13",
|
||||
|
|
|
|||
Loading…
Reference in New Issue