feat(comfyui-v0.16.4): VisionPlaid 1.2.2 → 1.3.0#93
Open
jackzhao8886 wants to merge 2 commits into
Open
Conversation
- 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 <noreply@anthropic.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: luling.zqj <luling.zqj@alibaba-inc.com>
aa4aef4 to
894234e
Compare
根 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 <noreply@anthropic.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: luling.zqj <luling.zqj@alibaba-inc.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
src/code/comfyui/v0.16.4/Makefile(2.x / major 2 版本线):VISION_PLAID_VERSIONCAP_SYSTEM_VERSIONBITFORGE_VERSION为什么 bump CAP_SYSTEM_VERSION
BUILTIN_DEPENDENCY_VERSION = CAP_SYSTEM_VERSION是存量实例的依赖指纹。VP 版本本身不编码进指纹,所以必须手动 bump CAP_SYSTEM_VERSION,否则存量用户冷启动不会触发重装,升级到不了存量项目。VP 节点代码
Comfy-VisionPlaid节点随 pip 包vision_plaid自带,构建时cp -r site-packages/vision_plaid/Comfy-VisionPlaid拷入,无需手维护版本特化覆盖(v0.16.4/custom_nodes/为空)。后续发版步骤(合并后)
make build(产出comfyui:v2.0.4-comfyui-v0.16.4)→ 验证pip show vision-plaid= 1.3.0make upload-base→ tag source 镜像funart-comfyui:v2.0.4make release VERSION=v2.0.9 COMFYUI_VERSION=v0.16.4config.js+upgrade.js镜像 tag → v2.0.9,MR → prod 分支🤖 Generated with Claude Code