Skip to content

Commit

Permalink
add ja help message for mutires noise
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed May 3, 2023
1 parent 6957966 commit f6556f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2125,13 +2125,13 @@ def add_training_arguments(parser: argparse.ArgumentParser, support_dreambooth:
"--multires_noise_iterations",
type=int,
default=None,
help="enable multires noise with this number of iterations (if enabled, around 6-10 is recommended)"
help="enable multires noise with this number of iterations (if enabled, around 6-10 is recommended) / Multires noiseを有効にしてこのイテレーション数を設定する(有効にする場合は6-10程度を推奨)"
)
parser.add_argument(
"--multires_noise_discount",
type=float,
default=0.3,
help="set discount value for multires noise (has no effect without --multires_noise_iterations)"
help="set discount value for multires noise (has no effect without --multires_noise_iterations) / Multires noiseのdiscount値を設定する(--multires_noise_iterations指定時のみ有効)",
)
parser.add_argument(
"--lowram",
Expand Down

0 comments on commit f6556f7

Please sign in to comment.