Add gradient noise scale logging

This commit is contained in:
rockerBOO
2025-03-30 14:34:09 -04:00
parent aaa26bb882
commit fcdae99d5c
3 changed files with 34 additions and 0 deletions

View File

@@ -4125,6 +4125,7 @@ def add_training_arguments(parser: argparse.ArgumentParser, support_dreambooth:
default=None,
help="tags for model metadata, separated by comma / メタデータに書き込まれるモデルタグ、カンマ区切り",
)
parser.add_argument("--gradient_noise_scale", action="store_true", default=False, help="Calculate the gradient noise scale")
if support_dreambooth:
# DreamBooth training