Skip to content

Commit

Permalink
'comfy3d-pt25' Upgrade xFormers to 0.0.29.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jan 9, 2025
1 parent 5e8e704 commit 711f907
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions base-cu124-pt25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ ARG PIP_EXTRA_INDEX_URL="https://pypi.org/simple"

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--dry-run xformers==0.0.28.post3 torch==2.5.1 torchvision torchaudio
--dry-run xformers==0.0.29.post1 torch==2.5.1 torchvision torchaudio

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps torch==2.5.1

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps xformers==0.0.28.post3 torch==2.5.1
--no-deps xformers==0.0.29.post1 torch==2.5.1

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
xformers==0.0.28.post3 torch==2.5.1 torchvision torchaudio
xformers==0.0.29.post1 torch==2.5.1 torchvision torchaudio

ARG PIP_INDEX_URL=
ARG PIP_EXTRA_INDEX_URL=
Expand Down
2 changes: 1 addition & 1 deletion comfy3d-pt25/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NOTE: **Currently Not Working on WSL2**.
* Key Components:
** torch==2.5.1+cu124
** xformers==0.0.28.post3
** xformers==0.0.29.post1
Additionally, compiled wheel files for Comfy3D can be found
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/tag/v5.1[here]
Expand Down
2 changes: 1 addition & 1 deletion comfy3d-pt25/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt25[在 <Docker H
* 关键组件:
** torch==2.5.1+cu124
** xformers==0.0.28.post3
** xformers==0.0.29.post1
用到的 Comfy3D 依赖项(二进制 wheel 文件)在
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/tag/v5.1[这里]
Expand Down

0 comments on commit 711f907

Please sign in to comment.