stable diffusion - how do I view the active log?

When you launch stable diffusion in local, you have a DOS window with a log that gives infos on all actions taken.
But on runpod, the terminal shows the sequence of initialization, and then it stops recording after the 1st model is loaded.
Why is that, how can I see the current state?
I currently need it to try understanding how to open files on my network storage, but it's an useful tool in general that I know I'll need a lot later.
image.png
image.png
Solution
Read the README for instructions on how to see the logs. You can't really use launch.py because the pod already starts it and looks like you also didn't activate the venv first, if you want to do that you basically have to set the DISABLE_AUTOLAUNCH environment variable, again see the README.
Was this page helpful?