mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-01-02 18:53:36 +00:00
fix: correct the parsing of --convert-name opotion
This commit is contained in:
parent
ca5b1969a8
commit
c6937ba44a
@ -73,7 +73,7 @@ struct SDCliParams {
|
|||||||
{"",
|
{"",
|
||||||
"--convert-name",
|
"--convert-name",
|
||||||
"convert tensor name (for convert mode)",
|
"convert tensor name (for convert mode)",
|
||||||
true, &canny_preprocess},
|
true, &convert_name,
|
||||||
{"-v",
|
{"-v",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
"print extra info",
|
"print extra info",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user