We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4f8d9 commit e084286Copy full SHA for e084286
examples/cli/main.cpp
@@ -134,7 +134,7 @@ void print_params(SDParams params) {
134
printf(" stacked_id_embeddings_path: %s\n", params.stacked_id_embeddings_path.c_str());
135
printf(" input_id_images_path: %s\n", params.input_id_images_path.c_str());
136
printf(" style ratio: %.2f\n", params.style_ratio);
137
- printf(" normzalize input image : %s\n", params.normalize_input ? "true" : "false");
+ printf(" normalize input image : %s\n", params.normalize_input ? "true" : "false");
138
printf(" output_path: %s\n", params.output_path.c_str());
139
printf(" init_img: %s\n", params.input_path.c_str());
140
printf(" control_image: %s\n", params.control_image_path.c_str());
0 commit comments