From b6b0fbcca70203f36446daa29766f020b175fc20 Mon Sep 17 00:00:00 2001 From: Plamen Minev Date: Wed, 20 Nov 2024 15:00:02 +0200 Subject: [PATCH] fix: typo in clip-g encoder arg --- examples/cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli/main.cpp b/examples/cli/main.cpp index f1bdc698b..a690293b7 100644 --- a/examples/cli/main.cpp +++ b/examples/cli/main.cpp @@ -177,7 +177,7 @@ void print_usage(int argc, const char* argv[]) { printf(" -m, --model [MODEL] path to full 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_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(" --vae [VAE] path to vae\n"); printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");