Skip to content

Commit

Permalink
fix sdnext start script cant read variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoinky3000 committed Jun 16, 2024
1 parent 88e7dfb commit 5c25718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sdnext-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /workspace/SD\ Next

mkdir -p /workspace/logs
if [[ ${PYTORCH_NIGHTLY} ]]; then
TORCH_COMMAND="${NIGHTLY_COMMAND}"
TORCH_COMMAND=$NIGHTLY_COMMAND
fi
echo "Starting SD Next..."
./webui.sh --port 3001
TORCH_COMMAND=$TORCH_COMMAND ./webui.sh --port 3001

0 comments on commit 5c25718

Please sign in to comment.