File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1515comfy_url = "https://github.com/comfyanonymous/ComfyUI"
1616comfy_version = "025e6792ee64181ddce8a84411e0c7311e00b179"
Original file line number Diff line number Diff 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
107102async def publish_package (package_path : Path , target : str ):
108103 from service .pod .lib .environment import Config # type: ignore
You can’t perform that action at this time.
0 commit comments