update docs and help text

This commit is contained in:
Kohya S
2024-10-11 22:23:15 +09:00
parent f2bc820133
commit 035c4a8552
3 changed files with 12 additions and 2 deletions

View File

@@ -705,7 +705,7 @@ def setup_parser() -> argparse.ArgumentParser:
"--control_net_lr",
type=float,
default=1e-4,
help="learning rate for controlnet / controlnetの学習率",
help="learning rate for controlnet modules / controlnetモジュールの学習率",
)
return parser