Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 29, 2024
1 parent fe3f8b2 commit 781ce6b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pt21-cu118/generate-requirements5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

array=(
https://github.com/comfyanonymous/ComfyUI/raw/refs/tags/v0.3.9/requirements.txt
https://github.com/comfyanonymous/ComfyUI/raw/refs/tags/v0.3.10/requirements.txt
https://github.com/MrForExample/ComfyUI-3D-Pack/raw/bdc5e3029ed96d9fa25e651e12fce1553a4422c4/requirements.txt
https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/raw/refs/heads/main/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pt21-cu118/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p "$HF_HUB_CACHE"
git clone https://github.com/comfyanonymous/ComfyUI.git \
"$workdir"/Comfy3D_WinPortable/ComfyUI
cd "$workdir"/Comfy3D_WinPortable/ComfyUI
git reset --hard "v0.3.9"
git reset --hard "v0.3.10"

# CUSTOM NODES
cd "$workdir"/Comfy3D_WinPortable/ComfyUI/custom_nodes
Expand Down
2 changes: 1 addition & 1 deletion pt23-cu121/generate-requirements5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

array=(
https://github.com/comfyanonymous/ComfyUI/raw/refs/tags/v0.3.9/requirements.txt
https://github.com/comfyanonymous/ComfyUI/raw/refs/tags/v0.3.10/requirements.txt
https://github.com/MrForExample/ComfyUI-3D-Pack/raw/bdc5e3029ed96d9fa25e651e12fce1553a4422c4/requirements.txt
https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/raw/refs/heads/main/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pt23-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p "$HF_HUB_CACHE"
git clone https://github.com/comfyanonymous/ComfyUI.git \
"$workdir"/Comfy3D_WinPortable/ComfyUI
cd "$workdir"/Comfy3D_WinPortable/ComfyUI
git reset --hard "v0.3.9"
git reset --hard "v0.3.10"

# CUSTOM NODES
cd "$workdir"/Comfy3D_WinPortable/ComfyUI/custom_nodes
Expand Down
2 changes: 1 addition & 1 deletion pt24-cu121/generate-requirements5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

array=(
https://github.com/comfyanonymous/ComfyUI/raw/refs/tags/v0.3.9/requirements.txt
https://github.com/comfyanonymous/ComfyUI/raw/refs/tags/v0.3.10/requirements.txt
https://github.com/MrForExample/ComfyUI-3D-Pack/raw/bdc5e3029ed96d9fa25e651e12fce1553a4422c4/requirements.txt
https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/raw/refs/heads/main/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pt24-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p "$HF_HUB_CACHE"
git clone https://github.com/comfyanonymous/ComfyUI.git \
"$workdir"/Comfy3D_WinPortable/ComfyUI
cd "$workdir"/Comfy3D_WinPortable/ComfyUI
git reset --hard "v0.3.9"
git reset --hard "v0.3.10"

# CUSTOM NODES
cd "$workdir"/Comfy3D_WinPortable/ComfyUI/custom_nodes
Expand Down

0 comments on commit 781ce6b

Please sign in to comment.