We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8888fc commit da8f41fCopy full SHA for da8f41f
1 file changed
examples/server/main.cpp
@@ -1516,7 +1516,8 @@ void start_server(SDParams params) {
1516
1,
1517
params.lastRequest.style_ratio,
1518
params.lastRequest.normalize_input,
1519
- params.input_id_images_path.c_str());
+ params.input_id_images_path.c_str(),
1520
+ NULL, 0);
1521
1522
if (results == NULL) {
1523
printf("generate failed\n");
0 commit comments