Skip to content

Commit

Permalink
update help message for fused_backward_pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed May 6, 2024
1 parent 2a359e0 commit 017b82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,8 @@ def add_optimizer_arguments(parser: argparse.ArgumentParser):
parser.add_argument(
"--fused_backward_pass",
action="store_true",
help="Combines backward pass and optimizer step to reduce VRAM usage / バックワードパスとオプティマイザステップを組み合わせてVRAMの使用量を削減します。",
help="Combines backward pass and optimizer step to reduce VRAM usage. Only available in SDXL"
+ " / バックワードパスとオプティマイザステップを組み合わせてVRAMの使用量を削減します。SDXLでのみ有効",
)


Expand Down

0 comments on commit 017b82e

Please sign in to comment.