Skip to content

Commit 7abdc72

Browse files
committed
correct help
1 parent 9bd9d05 commit 7abdc72

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

sdxl_train.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,7 @@ def setup_parser() -> argparse.ArgumentParser:
954954
parser.add_argument(
955955
"--use_ramtorch_vae",
956956
action="store_true",
957-
help="Use RamTorch to reduce GPU memory usage by keeping network/lora linear weights in system RAM for VAE. " \
958-
"Requires use of optimizers that have been modified to support it, currently only SimplifiedAdEMAMix, SimplifiedAdEMAMixExM, and OCGOpt.",
957+
help="Use RamTorch to reduce GPU memory usage by keeping linear weights in system RAM for VAE.",
959958
)
960959
return parser
961960

train_network.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,8 +2132,7 @@ def setup_parser() -> argparse.ArgumentParser:
21322132
parser.add_argument(
21332133
"--use_ramtorch_vae",
21342134
action="store_true",
2135-
help="Use RamTorch to reduce GPU memory usage by keeping network/lora linear weights in system RAM for VAE. " \
2136-
"Requires use of optimizers that have been modified to support it, currently only SimplifiedAdEMAMix, SimplifiedAdEMAMixExM, and OCGOpt.",
2135+
help="Use RamTorch to reduce GPU memory usage by keeping linear weights in system RAM for VAE. ",
21372136
)
21382137

21392138
parser.add_argument(

0 commit comments

Comments
 (0)