mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-12 13:28:37 +00:00
fix: typo in the verbose long flag (#783)
This commit is contained in:
parent
4c6475f917
commit
2eb3845df5
@ -443,7 +443,7 @@ void parse_args(int argc, const char** argv, SDParams& params) {
|
|||||||
{"", "--diffusion-conv-direct", "", true, ¶ms.diffusion_conv_direct},
|
{"", "--diffusion-conv-direct", "", true, ¶ms.diffusion_conv_direct},
|
||||||
{"", "--vae-conv-direct", "", true, ¶ms.vae_conv_direct},
|
{"", "--vae-conv-direct", "", true, ¶ms.vae_conv_direct},
|
||||||
{"", "--canny", "", true, ¶ms.canny_preprocess},
|
{"", "--canny", "", true, ¶ms.canny_preprocess},
|
||||||
{"-v", "--verbos", "", true, ¶ms.verbose},
|
{"-v", "--verbose", "", true, ¶ms.verbose},
|
||||||
{"", "--color", "", true, ¶ms.color},
|
{"", "--color", "", true, ¶ms.color},
|
||||||
{"", "--chroma-disable-dit-mask", "", false, ¶ms.chroma_use_dit_mask},
|
{"", "--chroma-disable-dit-mask", "", false, ¶ms.chroma_use_dit_mask},
|
||||||
{"", "--chroma-enable-t5-mask", "", true, ¶ms.chroma_use_t5_mask},
|
{"", "--chroma-enable-t5-mask", "", true, ¶ms.chroma_use_t5_mask},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user