Skip to content

Commit e5ae0a9

Browse files
Fixed InvokeAI start script
1 parent a3474cf commit e5ae0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start_invokeai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
export PYTHONUNBUFFERED=1
33
cd /workspace/InvokeAI
44
source /venvs/invokeai/bin/activate
5-
nohup invokeai-web > /workspace/logs/invokeai.log 2>&1 &
5+
nohup invokeai-web --root /workspace/InvokeAI > /workspace/logs/invokeai.log 2>&1 &

0 commit comments

Comments
 (0)