diff --git a/README.md b/README.md index dd90cb2..3b16e51 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Support the use of new and old versions of BiRefNet models -## Important -Due to the standardization of naming in [PR-14](https://github.com/lldacing/ComfyUI_BiRefNet_ll/pull/14), the old workflow needs to add nodes again, which has no impact on the API JSON format workflow - ## Preview ![save api extended](doc/base.png) ![save api extended](doc/video.gif) diff --git a/README_CN.md b/README_CN.md index 6fab574..d1794c4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,9 +2,6 @@ 支持使用新老版本BiRefNet模型进行抠图 -## 重要 -在[PR-14](https://github.com/lldacing/ComfyUI_BiRefNet_ll/pull/14)对命名进行了规范化,旧工作流需要重新添加节点,对api json格式工作流无影响 - ## 预览 ![save api extended](doc/base.png) ![save api extended](doc/video.gif) diff --git a/example/workflow_base.png b/example/workflow_base.png index 3fba62f..6c00d78 100644 Binary files a/example/workflow_base.png and b/example/workflow_base.png differ diff --git a/pyproject.toml b/pyproject.toml index f3bd6a1..d9a3f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_birefnet_ll" description = "Sync with version of BiRefNet. NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet, RembgByBiRefNetAdvanced, GetMaskByBiRefNet, BlurFusionForegroundEstimation." -version = "1.0.9" +version = "1.1.0" license = {file = "LICENSE"} dependencies = ["numpy", "opencv-python", "timm"]