fix: typo in clip-g encoder arg (#472)
This commit is contained in:
parent
8f94efafa3
commit
8c7719fe9a
@ -183,7 +183,7 @@ void print_usage(int argc, const char* argv[]) {
|
|||||||
printf(" -m, --model [MODEL] path to full model\n");
|
printf(" -m, --model [MODEL] path to full model\n");
|
||||||
printf(" --diffusion-model path to the standalone diffusion model\n");
|
printf(" --diffusion-model path to the standalone diffusion model\n");
|
||||||
printf(" --clip_l path to the clip-l text encoder\n");
|
printf(" --clip_l path to the clip-l text encoder\n");
|
||||||
printf(" --clip_g path to the clip-l text encoder\n");
|
printf(" --clip_g path to the clip-g text encoder\n");
|
||||||
printf(" --t5xxl path to the the t5xxl text encoder\n");
|
printf(" --t5xxl path to the the t5xxl text encoder\n");
|
||||||
printf(" --vae [VAE] path to vae\n");
|
printf(" --vae [VAE] path to vae\n");
|
||||||
printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");
|
printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user