Nerogar / OneTrainer

OneTrainer is a one-stop solution for all your stable diffusion training needs.
GNU Affero General Public License v3.0
1.67k stars 136 forks source link

[Feat]: Way to customize tensorboard runs #310

Open ppbrown opened 4 months ago

ppbrown commented 4 months ago

Describe your use-case.

I currently have to go on command line, AFTER a run, to workspace/run/tensorboard, and do

mv yyyy-mm-dd-HH-MM-S Some-meaningful-name.

There doesnt seem to be a way to customize this in the OneTrainer configs?

What would you like to see as a solution?

We have inputs for customizing sample directories. and model names. and "prefixes" for save files. Seems like a natural extension to have a similar thing for tensorboard runs.

What would be REALLY nice, is if you could tie them all together someone, so I only had to update ONE input field for this sort of thing.

So, either a unified single input field that got used for ALL of them... or possible some kind of optional variable expension, where you have an input field,

Nickname of Training run: (eg: b4-e200-lr5e5)

and then in other fields, you could optionally use %nick% which would then get automatically expanded to whatever you put put in the Nickname field.

Have you considered alternatives? List them here.

No response