Skip to content

Commit

Permalink
'comfy3d-pt23' update version
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 18, 2024
1 parent 8a6561f commit 70736da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions comfy3d-pt23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile that builds 'yanwk/comfyui-boot:comfy3d-pt23'
# An environment for running ComfyUI with ComfyUI-3D-Pack.
# Using PyTorch 2.3, CUDA 12.1, Python 3.11
# Using Comfy3D Version: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/45a42ca7cadd652c8a2393622e2de0ff9e0154e6
# Using Comfy3D Version: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/bdc5e3029ed96d9fa25e651e12fce1553a4422c4
################################################################################

FROM docker.io/opensuse/tumbleweed:latest
Expand Down Expand Up @@ -145,7 +145,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
&& pip install \
-r https://raw.githubusercontent.com/comfyanonymous/ComfyUI/master/requirements.txt \
-r https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/requirements.txt \
-r https://raw.githubusercontent.com/MrForExample/ComfyUI-3D-Pack/45a42ca7cadd652c8a2393622e2de0ff9e0154e6/requirements.txt \
-r https://raw.githubusercontent.com/MrForExample/ComfyUI-3D-Pack/bdc5e3029ed96d9fa25e651e12fce1553a4422c4/requirements.txt \
&& pip install \
https://data.pyg.org/whl/torch-2.3.0%2Bcu121/torch_scatter-2.1.2%2Bpt23cu121-cp311-cp311-linux_x86_64.whl \
https://raw.githubusercontent.com/MrForExample/Comfy3D_Pre_Builds/b27af1a28d9f194cea1a137750e35ac698406e60/_Build_Wheels/_Wheels_linux_py311_cu121/diff_gaussian_rasterization-0.0.0-cp311-cp311-linux_x86_64.whl \
Expand Down
4 changes: 2 additions & 2 deletions comfy3d-pt23/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt23[View on <Dock
* By default, install only ComfyUI, ComfyUI-Manager, ComfyUI-3D-Pack
* Comfy3D version:
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/45a42ca7cadd652c8a2393622e2de0ff9e0154e6[45a42ca]
(Sep 21, 2024)
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/bdc5e3029ed96d9fa25e651e12fce1553a4422c4[bdc5e30]
(Oct 18, 2024)
* Dev kits:
** CUDA dev kit (12.1)
Expand Down
4 changes: 2 additions & 2 deletions comfy3d-pt23/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt23[在 <Docker H
* 默认仅安装 ComfyUI, ComfyUI-Manager, ComfyUI-3D-Pack
* Comfy3D 版本:
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/45a42ca7cadd652c8a2393622e2de0ff9e0154e6[45a42ca]
(2024/09/21)
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/bdc5e3029ed96d9fa25e651e12fce1553a4422c4[bdc5e30]
(2024/10/18)
* 开发组件:
** CUDA dev kit (12.1)
Expand Down
2 changes: 1 addition & 1 deletion comfy3d-pt23/runner-scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone --recurse-submodules https://github.com/MrForExample/ComfyUI-3D-Pack.g
|| git -C "ComfyUI-3D-Pack" pull --ff-only ;
set -e

git -C "ComfyUI-3D-Pack" reset --hard 45a42ca7cadd652c8a2393622e2de0ff9e0154e6
git -C "ComfyUI-3D-Pack" reset --hard bdc5e3029ed96d9fa25e651e12fce1553a4422c4


# Finish
Expand Down

0 comments on commit 70736da

Please sign in to comment.