Skip to content

Commit

Permalink
'cu124-megapak' using non-shallow git repo of ComfyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Sep 9, 2024
1 parent 5fbdd54 commit 84d3d6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cu124-megapak/runner-scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ echo "[INFO] Downloading ComfyUI & Manager..."
echo "########################################"

cd /root
clone_or_pull https://github.com/comfyanonymous/ComfyUI.git
set +e
git clone https://github.com/comfyanonymous/ComfyUI.git \
|| git -C ComfyUI pull --ff-only
set -e

cd /root/ComfyUI/custom_nodes
clone_or_pull https://github.com/ltdrdata/ComfyUI-Manager.git
Expand Down

0 comments on commit 84d3d6d

Please sign in to comment.