mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-30 23:00:41 -05:00
fix: correct the parsing of --convert-name opotion
This commit is contained in:
@@ -73,7 +73,7 @@ struct SDCliParams {
|
||||
{"",
|
||||
"--convert-name",
|
||||
"convert tensor name (for convert mode)",
|
||||
true, &canny_preprocess},
|
||||
true, &convert_name,
|
||||
{"-v",
|
||||
"--verbose",
|
||||
"print extra info",
|
||||
|
||||
Reference in New Issue
Block a user