Skip to content

Commit

Permalink
Fixed InvokeAI start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 4, 2024
1 parent a3474cf commit e5ae0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_invokeai.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export PYTHONUNBUFFERED=1
cd /workspace/InvokeAI
source /venvs/invokeai/bin/activate
nohup invokeai-web > /workspace/logs/invokeai.log 2>&1 &
nohup invokeai-web --root /workspace/InvokeAI > /workspace/logs/invokeai.log 2>&1 &

0 comments on commit e5ae0a9

Please sign in to comment.