Skip to content

Commit

Permalink
using older version of Inspire-Pack
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent f032bb8 commit 5fcde8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pt22-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mkdir -p "$HF_HUB_CACHE"
# ComfyUI main app
git clone https://github.com/comfyanonymous/ComfyUI.git \
"$workdir"/Comfy3D_WinPortable/ComfyUI

cd "$workdir"/Comfy3D_WinPortable/ComfyUI
git reset --hard "v0.0.1"

Expand All @@ -32,10 +31,13 @@ mv "$workdir"/ComfyUI-3D-Pack ./ComfyUI-3D-Pack
$gcs https://github.com/cubiq/ComfyUI_IPAdapter_plus.git
$gcs https://github.com/kijai/ComfyUI-KJNodes.git
$gcs https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
$gcs https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git
$gcs https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git
$gcs https://github.com/WASasquatch/was-node-suite-comfyui.git

git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git
cd ComfyUI-Inspire-Pack
git reset --hard "0.82.7"

cd "$workdir"
mv python_embeded Comfy3D_WinPortable/python_embeded

Expand Down

0 comments on commit 5fcde8b

Please sign in to comment.