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 Aug 7, 2024
1 parent 2e4b0ba commit 958202d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/30bc061d926f660e7f4822f54778df46326a8fec
# Using Comfy3D Version: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/8c4d127528a9215d23262df722facf519ed80f56
################################################################################

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/30bc061d926f660e7f4822f54778df46326a8fec/requirements.txt \
-r https://raw.githubusercontent.com/MrForExample/ComfyUI-3D-Pack/8c4d127528a9215d23262df722facf519ed80f56/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
2 changes: 1 addition & 1 deletion comfy3d-pt23/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://hub.docker.com/repository/docker/yanwk/comfyui-boot/tags?name=comfy3d-pt
* By default, install only ComfyUI, ComfyUI-Manager, ComfyUI-3D-Pack
* Comfy3D version:
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/30bc061d926f660e7f4822f54778df46326a8fec[30bc061]
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/8c4d127528a9215d23262df722facf519ed80f56[30bc061]
(Jul 24, 2024)
* Dev kits:
Expand Down
2 changes: 1 addition & 1 deletion comfy3d-pt23/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://hub.docker.com/repository/docker/yanwk/comfyui-boot/tags?name=comfy3d-pt
* 默认仅安装 ComfyUI, ComfyUI-Manager, ComfyUI-3D-Pack
* Comfy3D 版本:
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/30bc061d926f660e7f4822f54778df46326a8fec[30bc061]
** https://github.com/MrForExample/ComfyUI-3D-Pack/tree/8c4d127528a9215d23262df722facf519ed80f56[30bc061]
(2024/07/24)
* 开发组件:
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 30bc061d926f660e7f4822f54778df46326a8fec
git -C "ComfyUI-3D-Pack" reset --hard 8c4d127528a9215d23262df722facf519ed80f56


# Finish
Expand Down

0 comments on commit 958202d

Please sign in to comment.