From 894234e9ffd1ed722995d872e74699323f4d4f98 Mon Sep 17 00:00:00 2001 From: "luling.zqj" Date: Thu, 25 Jun 2026 16:34:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(comfyui-v0.16.4):=20VisionPlaid=201.2.?= =?UTF-8?q?2=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - VISION_PLAID_VERSION: 1.2.2 → 1.3.0 - CAP_SYSTEM_VERSION: 2.0.3 → 2.0.4(指纹 bump,触发存量实例重装新版 VP) - bitforge 保持 0.2.4 不变 Change-Id: Ic1f6ad3d2053bd29cfcd87e36afd16ceeb2ec4c5 Co-developed-by: Claude Co-Authored-By: Claude Opus 4.8 Signed-off-by: luling.zqj --- src/code/comfyui/v0.16.4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/comfyui/v0.16.4/Makefile b/src/code/comfyui/v0.16.4/Makefile index ffbd34e..1df89ac 100644 --- a/src/code/comfyui/v0.16.4/Makefile +++ b/src/code/comfyui/v0.16.4/Makefile @@ -2,8 +2,8 @@ COMFYUI_VERSION := v0.16.4 CUSTOM_NODES_JSON := comfyui/v0.16.4/custom_nodes.json OSS_COMFYUI_BASE_DIR := base/comfyui/$(COMFYUI_VERSION)-gamma OSS_COMFYUI_DEEPGPU_BASE_DIR := base/comfyui/$(COMFYUI_VERSION)-gamma-deepgpu -CAP_SYSTEM_VERSION := 2.0.3 -VISION_PLAID_VERSION := 1.2.2 +CAP_SYSTEM_VERSION := 2.0.4 +VISION_PLAID_VERSION := 1.3.0 BITFORGE_VERSION := 0.2.4 VISION_PLAID_EXTRA_PACKAGES := flashinfer-python flashinfer-cubin # 指纹回归旧方式:只用 CAP_SYSTEM_VERSION,不编码 VP 版本, From e154e19e4e5c14a1bfe8e550eef8e38480256ed7 Mon Sep 17 00:00:00 2001 From: "luling.zqj" Date: Thu, 25 Jun 2026 18:54:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(build):=20=E6=A0=B9=20Makefile=20v0.16.?= =?UTF-8?q?4=20CAP=5FSYSTEM=5FVERSION=202.0.3=20=E2=86=92=202.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根 Makefile 有一份独立的 CAP_SYSTEM_VERSION,驱动 make release 的 AGENT_COMFYUI_IMAGE(funart-comfyui:vX) 和 BUILTIN_DEPENDENCY_VERSION。 只改 v0.16.4/Makefile 不够——make release 仍会拉旧 source 镜像 v2.0.3 (含 VP 1.2.2)。两份必须同步 bump。 Change-Id: I45208065279863811a531daf131eb2aacccd660a Co-developed-by: Claude Co-Authored-By: Claude Opus 4.8 Signed-off-by: luling.zqj --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50d2a3f..1b877ec 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ REGISTRY = cap-demo-public-registry.cn-hangzhou.cr.aliyuncs.com/cap-app AGENT_IMAGE ?= $(REGISTRY)/image-generation-comfyui-agent-dev:$(VERSION) COMFYUI_VERSION ?= v0.3.77 ifeq ($(COMFYUI_VERSION),v0.16.4) -CAP_SYSTEM_VERSION ?= 2.0.3 +CAP_SYSTEM_VERSION ?= 2.0.4 # 指纹只用裸系统版本号(不带 -vp 后缀),与存量实例 NAS 上记录的版本一致, # 避免内置依赖指纹变化触发存量 ComfyUI 冷启动时重跑 install_all BUILTIN_DEPENDENCY_VERSION ?= $(CAP_SYSTEM_VERSION)