Skip to content

Commit

Permalink
use correct settings for parser
Browse files Browse the repository at this point in the history
  • Loading branch information
KohakuBlueleaf committed Mar 13, 2024
1 parent 8639940 commit 53954a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3089,8 3089,7 @@ def add_training_arguments(parser: argparse.ArgumentParser, support_dreambooth:
)
parser.add_argument(
"--noise_offset_random_strength",
type=bool,
default=False,
action="store_true",
help="use random strength between 0~noise_offset for noise offset. / noise offsetにおいて、0からnoise_offsetの間でランダムな強度を使用します。",
)
parser.add_argument(
Expand All @@ -3108,8 3107,7 @@ def add_training_arguments(parser: argparse.ArgumentParser, support_dreambooth:
)
parser.add_argument(
"--ip_noise_gamma_random_strength",
type=bool,
default=False,
action="store_true",
help="Use random strength between 0~ip_noise_gamma for input perturbation noise."
"/ input perturbation noiseにおいて、0からip_noise_gammaの間でランダムな強度を使用します。",
)
Expand Down

0 comments on commit 53954a1

Please sign in to comment.