Skip to content

2025/01/02

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 13:08
· 3 commits to main since this release
699b063

Happy New Year!

Added Custom Nodes | 新增预装节点

Removed Custom Nodes | 移除预装节点

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 the TorchHome folder if needed.
    • If you like the old way, simply remove the line in start script.
  • 现在程序根目录下有个 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 and gradio for a cleaner dependency.
  • 新版将会清理一些过时节点。
  • 会尝试清理几个容易卡版本的依赖项: depthflow, transparent-background, matrix-client, mediapipe, gradio