Skip to content

Commit

Permalink
update readme, example workflow, version
Browse files Browse the repository at this point in the history
  • Loading branch information
lldacing committed Jan 7, 2025
1 parent 2615b5a commit b9fd2e4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified example/workflow_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]

Expand Down

0 comments on commit b9fd2e4

Please sign in to comment.