Skip to content

Commit 017b82e

Browse files
committed
update help message for fused_backward_pass
1 parent 2a359e0 commit 017b82e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/train_util.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,8 @@ def add_optimizer_arguments(parser: argparse.ArgumentParser):
29232923
parser.add_argument(
29242924
"--fused_backward_pass",
29252925
action="store_true",
2926-
help="Combines backward pass and optimizer step to reduce VRAM usage / バックワードパスとオプティマイザステップを組み合わせてVRAMの使用量を削減します。",
2926+
help="Combines backward pass and optimizer step to reduce VRAM usage. Only available in SDXL"
2927+
+ " / バックワードパスとオプティマイザステップを組み合わせてVRAMの使用量を削減します。SDXLでのみ有効",
29272928
)
29282929

29292930

0 commit comments

Comments
 (0)