Skip to content

Commit e8eb379

Browse files
authored
fix: typo in --lora-apply-mode help (leejet#972)
1 parent aa44e06 commit e8eb379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Options:
103103
contain any quantized parameters, the at_runtime mode will be used; otherwise,
104104
immediately will be used.The immediately mode may have precision and
105105
compatibility issues with quantized parameters, but it usually offers faster inference
106-
speed and, in some cases, lower memory usageThe at_runtime mode, on the other
106+
speed and, in some cases, lower memory usage. The at_runtime mode, on the other
107107
hand, is exactly the opposite.
108108
--scheduler denoiser sigma scheduler, one of [discrete, karras, exponential, ays, gits, smoothstep, sgm_uniform, simple], default:
109109
discrete
@@ -119,4 +119,4 @@ Options:
119119
--vae-relative-tile-size relative tile size for vae tiling, format [X]x[Y], in fraction of image size if < 1, in number of tiles per dim if >=1
120120
(overrides --vae-tile-size)
121121
--preview preview method. must be one of the following [none, proj, tae, vae] (default is none)
122-
```
122+
```

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ void parse_args(int argc, const char** argv, SDParams& params) {
11441144
"the way to apply LoRA, one of [auto, immediately, at_runtime], default is auto. "
11451145
"In auto mode, if the model weights contain any quantized parameters, the at_runtime mode will be used; otherwise, immediately will be used."
11461146
"The immediately mode may have precision and compatibility issues with quantized parameters, "
1147-
"but it usually offers faster inference speed and, in some cases, lower memory usage"
1147+
"but it usually offers faster inference speed and, in some cases, lower memory usage. "
11481148
"The at_runtime mode, on the other hand, is exactly the opposite.",
11491149
on_lora_apply_mode_arg},
11501150
{"",

0 commit comments

Comments
 (0)