Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Nov 18, 2024
1 parent cdb8215 commit 24a61f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Supported use cases:

The CUDA accelerated nodes can be used in real-time workflows for live video streams using [comfystream](https://github.com/yondonfu/comfystream).

At the moment, these nodes can only be used on Linux because the underlying CUDA acceleration library only supports Linux ([refer to this issue](https://github.com/CVCUDA/CV-CUDA/issues/92) for tracking of Windows support).

---

- [ComfyUI-Background-Edit](#comfyui-background-edit)
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[project]
name = "comfyui-background-edit"
description = "ComfyUI nodes for editing background of images/videos with CUDA acceleration support."
version = "1.0.0"
version = "1.1.0"
license = { file = "LICENSE" }
dependencies = [
"torch",
"torchvision"
]
dependencies = ["torch", "torchvision"]

[project.urls]
Repository = "https://github.com/yondonfu/ComfyUI-Background-Edit"
Expand Down

0 comments on commit 24a61f7

Please sign in to comment.