Skip to content

Commit 9f1ca63

Browse files
committed
Update server version (tooling and inpaint nodes)
1 parent 6b484a0 commit 9f1ca63

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

ai_diffusion/backend/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Version identifier for all the resources defined here. This is used as the server version.
1212
# It usually follows the plugin version, but not all new plugin versions also require a server update.
13-
version = "1.50.0"
13+
version = "1.51.0"
1414

1515
comfy_url = "https://github.com/comfyanonymous/ComfyUI"
1616
comfy_version = "025e6792ee64181ddce8a84411e0c7311e00b179"

scripts/package.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ def ignore(path, names):
9898

9999
make_archive(str(root / package_name), "zip", package_dir)
100100

101-
# Do this afterwards to not include untested changes in the package
102-
# Option 1: test the dependency changes and do another package build
103-
# Option 2: revert the dependency changes, keep stable version for now
104-
update_server_requirements()
105-
106101

107102
async def publish_package(package_path: Path, target: str):
108103
from service.pod.lib.environment import Config # type: ignore

0 commit comments

Comments
 (0)