Releases: YanWenKun/ComfyUI-Windows-Portable
Releases · YanWenKun/ComfyUI-Windows-Portable
2025/08/16
Changes | 改动
- Upgraded to PyTorch 2.8 + CUDA 12.9
- 升级到 PyTorch 2.8 + CUDA 12.9
Replaced Custom Node | 节点换源
Removed Custom Node | 移除预装节点
Versions Info | 版本信息
- ComfyUI 0.3.50
- Python 3.12.11
- CUDA 12.9
- PyTorch 2.8.0
- xFormers 0.0.32.post2
2025/07/21
Changes | 改动
- No other updates since last release.
- 相比 上一版 无其他更新。
Versions Info | 版本信息
- ComfyUI 0.3.44
- Python 3.12.11
- CUDA 12.8
- PyTorch 2.7.1
- xFormers 0.0.31.post1
2025/07/17
Changes | 改动
- Upgrade MinGit to 2.50.1 to avoid security risks.
- 升级 MinGit 到 2.50.1 以避免安全隐患。
- Update xFormers to 0.0.31.post1 to fix compatibility issues on Windows.
- 更新 xFormers 到 0.0.31.post1 以解决 Windows 上的兼容问题。
Versions Info | 版本信息
- ComfyUI 0.3.44
- Python 3.12.11
- CUDA 12.8
- PyTorch 2.7.1
- xFormers 0.0.31.post1
2025/07/08
2025/05/29
2025/03/20
Major Changes | 大改动
- Added Launcher GUI & Force Updater GUI (Based on Gooey).
- Integrated MinGit, users no longer need to install Git before starting.
Minor Changes | 小改动
- Dropped Python package mediapipe.
- 不再预装 Python 包 mediapipe。
- 中文脚本与启动器会配置 ComfyUI-Manager 从国内镜像下载节点总表,避免卡顿(但尚无法从镜像下载节点)。
Added Custom Node | 新增预装节点
Versions Info | 版本信息
- ComfyUI 0.3.26
- Python 3.12.9
- CUDA 12.6
- PyTorch 2.6.0
- xFormers 0.0.29.post3
2025/02/06
- This is a maintenance release with only version upgrades, ensuring a stable experience.
- 本次更新为例行维护,仅作版本升级,提供稳定体验。
Changes | 改动
- Upgraded to PyTorch 2.6 + CUDA 12.6
- 升级到 PyTorch 2.6 + CUDA 12.6
Versions Info | 版本信息
- ComfyUI 0.3.14
- Python 3.12.9
- CUDA 12.6
- PyTorch 2.6.0
- xFormers 0.0.29.post2
What's Next | 新版展望
- Next release will attempt to add complex nodes.
- 新版将会尝试添加复杂节点。
2025/01/20
Major Changes | 大改动
- Migrated Python runtime from Python Embedded to Astral's python-build-standalone, which is better suited for this use case and provides a stronger foundation for future development.
- Models are packed into a separate zip file, allowing for more flexible installation.
- Removed
update
scripts folder, a legacy from the early days of ComfyUI, which is now covered by ComfyUI-Manager.
- Python 运行环境由官方的 Python Embedded 替换为 Astral 的 python-build-standalone ,更接近完整安装的 Python(内置头文件等),更适合 ComfyUI 的使用场景,为未来开发提供便利。
- 模型文件现在单独打包,方便用户自行选择部署,减少下载大小。
- 移除
update
目录,这是 ComfyUI 早期自带的更新脚本,如今 ComfyUI-Manager 已成标配,无必要保留。
Added Custom Node | 新增预装节点
Removed Custom Node | 移除预装节点
Versions Info | 版本信息
- ComfyUI 0.3.12
- Python 3.12.8
- CUDA 12.4
- PyTorch 2.5.1
- xFormers 0.0.29.post1
2025/01/17
Removed Custom Nodes | 移除预装节点
- Reactor Node by Gourieff (Hope it will be back soon!)
- AnimateAnyone-Evolved (Dep
gradio
removed as well) - Depthflow by akatz (Dep
broken-source
removed as well) - X-Portrait by akatz (Dep
triton
removed as well, which is asking for MSVC and CUDA Toolkit)
Minor Changes | 小改动
- Fixed for Crystools not showing UI.
- Removed
matrix-client
. - Added binaries of Ninja, aria2, FFmpeg.
- 解决 Crystools 默认不显示问题
- 移除
matrix-client
- 添加 Ninja、aria2、FFmpeg 执行程序
- 替换国内的 GitHub 代理地址
Versions Info | 版本信息
- ComfyUI 0.3.12
- Python 3.12.8
- CUDA 12.4
- PyTorch 2.5.1
- xFormers 0.0.29.post1
What's Next | 新版展望
- Next release will try to replace Python Embedded with python-build-standalone from Astral.
- 新版将会替换 Python 运行环境,从官方的 Python Embedded 尝试改为 Astral 的 python-build-standalone 。
2025/01/02
Happy New Year!
Added Custom Nodes | 新增预装节点
- AKatz Nodes
- Depth Anything V2 by kijai
- DepthCrafter by akatz
- Depthflow by akatz
- Detail Daemon
- Fill-Nodes
- Florence-2 by kijai
- IC-Light Native
- Jovimetrix
- Layer Style
- Mira Nodes
- ProPost
- Segment Anything 2 by neverbiasu
- X-Portrait by akatz
Removed Custom Nodes | 移除预装节点
- AGL Translation (now integrated with ComfyUI)(AGL 翻译已与 ComfyUI 合并)
- Crystools-save
- Segment Anything
Minor Changes | 小改动
-
Use a local folder
TorchHome
to save model files downloaded by PyTorch Hub.- You can copy/move your cache
%USERPROFILE%\.cache\torch\hub
to theTorchHome
folder if needed. - If you like the old way, simply remove the line in start script.
- You can copy/move your cache
-
现在程序根目录下有个
TorchHome
文件夹用来保存 PyTorch Hub 下载的模型文件。- 以前的模型文件在
%USERPROFILE%\.cache\torch\hub
,可以将其移动或复制过来。 - 或者,如果你喜欢以前的保存位置,将启动脚本里对应行删除即可。
- 以前的模型文件在
Versions Info | 版本信息
- Python 3.12.8
- CUDA 12.4
- PyTorch 2.5.1
- xFormers 0.0.29.post1
What's Next | 新版展望
- Next release may remove some outdated custom nodes.
- May tweak with
depthflow
,transparent-background
,matrix-client
,mediapipe
andgradio
for a cleaner dependency.
- 新版将会清理一些过时节点。
- 会尝试清理几个容易卡版本的依赖项:
depthflow
,transparent-background
,matrix-client
,mediapipe
,gradio
。