to help you quickly load tensorboard from inside the Kohya_ss folder
files: tensorboard.bat
this uses the default installation of tensorboard inside of Kohya to save you time this is Kohya https://github.com/bmaltais/kohya_ss
simply put this batch file in your kohya_ss folder then when you are in a command line window inside of your kohya_ss folder, type 'tensorboard' without quotes and press enter
it will ask you for a log folder to a training paste that in without quotes and press enter.
It then deactivates the python environment, if one is already running, using the batch file in Kohya that is already there: venv\scripts\deactivate.bat ~this is important because if you don't deactivate an environment from a previous tensorboard, when you load it again, you will see data from the old one
then it activates the environment using: venv\scripts\activate.bat
It then loads tensorboard this way: tensorboard.exe --logdir "path_to_your_training_folder"