We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f94efa commit 8c7719fCopy full SHA for 8c7719f
examples/cli/main.cpp
@@ -183,7 +183,7 @@ void print_usage(int argc, const char* argv[]) {
183
printf(" -m, --model [MODEL] path to full model\n");
184
printf(" --diffusion-model path to the standalone diffusion model\n");
185
printf(" --clip_l path to the clip-l text encoder\n");
186
- printf(" --clip_g path to the clip-l text encoder\n");
+ printf(" --clip_g path to the clip-g text encoder\n");
187
printf(" --t5xxl path to the the t5xxl text encoder\n");
188
printf(" --vae [VAE] path to vae\n");
189
printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");
0 commit comments