We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a359e0 commit 017b82eCopy full SHA for 017b82e
library/train_util.py
@@ -2923,7 +2923,8 @@ def add_optimizer_arguments(parser: argparse.ArgumentParser):
2923
parser.add_argument(
2924
"--fused_backward_pass",
2925
action="store_true",
2926
- 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"
2927
+ + " / バックワードパスとオプティマイザステップを組み合わせてVRAMの使用量を削減します。SDXLでのみ有効",
2928
)
2929
2930
0 commit comments