Skip to content

to help you quickly load tensorboard from inside the Kohya_ss folder

Notifications You must be signed in to change notification settings

robertJene/Kohya_Tensorboard_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Kohya_Tensorboard_loader

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.

image

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"

image

image

About

to help you quickly load tensorboard from inside the Kohya_ss folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published