We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3474cf commit e5ae0a9Copy full SHA for e5ae0a9
scripts/start_invokeai.sh
@@ -2,4 +2,4 @@
2
export PYTHONUNBUFFERED=1
3
cd /workspace/InvokeAI
4
source /venvs/invokeai/bin/activate
5
-nohup invokeai-web > /workspace/logs/invokeai.log 2>&1 &
+nohup invokeai-web --root /workspace/InvokeAI > /workspace/logs/invokeai.log 2>&1 &
0 commit comments