I built an open source hyperparameter search tool for diffusion fine-tunes- pick the winner based on scoring
I kept running the same loop: train a LoRA, look at the samples, decide it’s “fine”, change three things at once, train again, then when a new dataset needs training, all the parameters previously need to be reviewed again. So I built something t…