Skip to content

Commit 0739361

Browse files
committed
fix: avoid macOS build failed
1 parent ca0bd93 commit 0739361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ int main(int argc, const char* argv[]) {
950950
guidance_params,
951951
input_image,
952952
ref_images.data(),
953-
ref_images.size(),
953+
(int)ref_images.size(),
954954
mask_image,
955955
params.width,
956956
params.height,

0 commit comments

Comments
 (0)