Skip to content

Commit

Permalink
add --install-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed May 12, 2024
1 parent 66efb90 commit 9dadfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-comfy-cli-redhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ echo "[4/6] INSTALL: comfy-cli into venv"
echo "Installing Comfy-CLI..."
source "$(pwd)/comfy/venv/bin/activate"
pip install comfy-cli
comfy --install-completion

echo "[5/6] INSTALL: ComfyUI into $(pwd)/comfy/ComfyUI"

Expand Down
1 change: 1 addition & 0 deletions scripts/install-comfy-cli-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ echo "[5/7] INSTALL: comfy-cli into venv"
echo "Installing Comfy-CLI..."
source $(pwd)/comfy/venv/bin/activate
pip install comfy-cli
comfy --install-completion

echo "[6/7] INSTALL: ComfyUI into $(pwd)/comfy/ComfyUI"
# Run comfy install
Expand Down

0 comments on commit 9dadfc4

Please sign in to comment.