diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-19 05:03:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 05:03:19 +0000 |
commit | ca72db23d2caeea0c6db915a1050a7dca6082d5d (patch) | |
tree | fa3cd9ec6c47569cc27e554ad64c34dbfadd6bd0 | |
parent | e4a2a705add678dfd55dc4e9e2103b2554579b4f (diff) | |
parent | 453a5ac1d0ad93ee16489854cebda49b7d2ebbf3 (diff) | |
download | stable-diffusion-webui-gfx803-ca72db23d2caeea0c6db915a1050a7dca6082d5d.tar.gz stable-diffusion-webui-gfx803-ca72db23d2caeea0c6db915a1050a7dca6082d5d.tar.bz2 stable-diffusion-webui-gfx803-ca72db23d2caeea0c6db915a1050a7dca6082d5d.zip |
Merge pull request #12660 from dansgithubuser/fork
Get python print statements to show up in docker logs
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do printf "Launching launch.py..." printf "\n%s\n" "${delimiter}" prepare_tcmalloc - "${python_cmd}" "${LAUNCH_SCRIPT}" "$@" + "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@" fi if [[ ! -f tmp/restart ]]; then |