Skip to content

2024/10/01

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 08:40
7ecb07e
How to use: 如何使用
1. Download all .7z.00X files 1. 下载所有 .7z.00X 文件
2. Open the .001 file and extract 2. 打开第一个文件(.001)并解压
3. Run run_nvidia_gpu.bat to start ComfyUI 3. 运行 run_nvidia_gpu.bat 启动 ComfyUI
Note: You can install custom nodes via "ComfyUI-Manager" 提示:使用“管理器”可以安装自定义节点

Note | 提示

  • This is the final release based on Python 3.11. Future releases will be based on Python 3.12.
  • 该版为最后一次基于 Python 3.11 打包,后续发布将基于 Python 3.12。
  • Only few subtle changes have made. You don't need to update to this one if you're already using 2024/09/29 release.
  • 仅包含少量变更,已使用 2024/09/29 版的用户无需更新。

Changes | 变动

  • Forcing LF line ending for git.
  • In run_nvidia_gpu.bat:
    • Better pycache path.
    • Remove unnecessary quotes in PIP mirror and HF mirror URL.
  • 强制 git 使用 LF 行尾
  • 启动脚本 run_nvidia_gpu.bat 变动:
    • pycache 使用绝对路径
    • 去掉 PIP 和 HF 镜像 URL 中多余的引号

Versions | 版本信息

  • Python 3.11.9
  • CUDA 12.1
  • PyTorch 2.4.0
  • xFormers 0.0.27.post2