From 55bb8117a60027ac183de733e508cdb617a079af Mon Sep 17 00:00:00 2001 From: Dowon Date: Thu, 5 Feb 2026 20:10:30 +0900 Subject: [PATCH] v26.2.0 --- CHANGELOG.md | 5 +++++ adetailer/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16df6a..cd6fc03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-05 + +- v26.2.0 +- segmentation 모델의 마스크 dtype이 uint8로 변경된 것에 대응 + ## 2025-03-10 - v25.3.0 diff --git a/adetailer/__version__.py b/adetailer/__version__.py index d024107..744258c 100644 --- a/adetailer/__version__.py +++ b/adetailer/__version__.py @@ -1 +1 @@ -__version__ = "25.3.0" +__version__ = "26.2.0" diff --git a/pyproject.toml b/pyproject.toml index 4f3e90b..a801b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Image Recognition", ] dependencies = [ - "huggingface_hub", + "huggingface-hub", "mediapipe>=0.10.13", "pydantic<3", "rich>=13",