Skip to content

Commit

Permalink
Try fix pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 25, 2024
1 parent 9da511b commit 60b1fa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ setup_ai_provider() {
export AI_SERVER_URL="http://localhost:5006"

chmod +x "./agent-comfy/install.sh"
./agent-comfy/install.sh
cd agent-comfy
./install.sh
cd ..

unset AI_SERVER_AUTH_SECRET
unset AI_SERVER_URL
Expand Down

0 comments on commit 60b1fa0

Please sign in to comment.