Skip to content

Commit

Permalink
Using stable version of ComfyUI
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Sep 5, 2024
1 parent f65037c commit 5704a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ mkdir -p "$workdir"/ComfyUI_Windows_portable
git clone https://github.com/comfyanonymous/ComfyUI.git \
"$workdir"/ComfyUI_Windows_portable/ComfyUI

# Using stable version (has a release tag)
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI
git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"

# TAESD model for image on-the-fly preview
cd "$workdir"
$gcs https://github.com/madebyollin/taesd.git
cp taesd/*.pth \
"$workdir"/ComfyUI_Windows_portable/ComfyUI/models/vae_approx/
Expand Down

0 comments on commit 5704a95

Please sign in to comment.