Skip to content

Commit 8c7719f

Browse files
authored
fix: typo in clip-g encoder arg (leejet#472)
1 parent 8f94efa commit 8c7719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void print_usage(int argc, const char* argv[]) {
183183
printf(" -m, --model [MODEL] path to full model\n");
184184
printf(" --diffusion-model path to the standalone diffusion model\n");
185185
printf(" --clip_l path to the clip-l text encoder\n");
186-
printf(" --clip_g path to the clip-l text encoder\n");
186+
printf(" --clip_g path to the clip-g text encoder\n");
187187
printf(" --t5xxl path to the the t5xxl text encoder\n");
188188
printf(" --vae [VAE] path to vae\n");
189189
printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");

0 commit comments

Comments
 (0)