We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0940f0 commit f8c0831Copy full SHA for f8c0831
examples/cli/main.cpp
@@ -9,7 +9,8 @@
9
// #include "preprocessing.hpp"
10
#include "stable-diffusion.h"
11
12
-// #define STB_IMAGE_IMPLEMENTATION
+#define STB_IMAGE_IMPLEMENTATION
13
+#define STB_IMAGE_STATIC
14
#include "stb_image.h"
15
16
#define STB_IMAGE_WRITE_IMPLEMENTATION
stable-diffusion.cpp
@@ -17,6 +17,7 @@
17
#include "vae.hpp"
18
19
#define STB_IMAGE_IMPLEMENTATION
20
21
22
23
// #define STB_IMAGE_WRITE_IMPLEMENTATION
0 commit comments