Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
PublisherId and DeScription
  • Loading branch information
lldacing authored Sep 6, 2024
1 parent c149af5 commit f2c3770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "comfyui_birefnet_ll"
description = "NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet."
description = "Sync with version of BiRefNet. NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet."
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["numpy<2", "opencv-python", "scipy", "timm"]
Expand All @@ -10,6 +10,6 @@ Repository = "https://github.com/lldacing/ComfyUI_BiRefNet_ll"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
PublisherId = "lldacing"
DisplayName = "ComfyUI_BiRefNet_ll"
Icon = ""

0 comments on commit f2c3770

Please sign in to comment.