From 220806dbd21da3ba83c14096225c31824dfe81df Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 3 Mar 2023 22:09:24 +0100 Subject: Removed offset noise from training, added init offset to pipeline --- train_dreambooth.py | 1 - 1 file changed, 1 deletion(-) (limited to 'train_dreambooth.py') diff --git a/train_dreambooth.py b/train_dreambooth.py index 8571dff..9b91172 100644 --- a/train_dreambooth.py +++ b/train_dreambooth.py @@ -526,7 +526,6 @@ def main(): with_prior_preservation=args.num_class_images != 0, prior_loss_weight=args.prior_loss_weight, no_val=args.valid_set_size == 0, - # noise_offset=0, ) checkpoint_output_dir = output_dir / "model" -- cgit v1.2.3-54-g00ecf