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 17b4b88 commit d69db26Copy full SHA for d69db26
otherarch/sdcpp/common/common.hpp
@@ -20,15 +20,15 @@ namespace fs = std::filesystem;
20
21
#include "stable-diffusion.h"
22
23
-#define STB_IMAGE_IMPLEMENTATION
+// #define STB_IMAGE_IMPLEMENTATION
24
//#define STB_IMAGE_STATIC
25
#include "stb_image.h"
26
27
#define STB_IMAGE_WRITE_IMPLEMENTATION
28
//#define STB_IMAGE_WRITE_STATIC
29
#include "stb_image_write.h"
30
31
-#define STB_IMAGE_RESIZE_IMPLEMENTATION
+// #define STB_IMAGE_RESIZE_IMPLEMENTATION
32
//#define STB_IMAGE_RESIZE_STATIC
33
#include "stb_image_resize.h"
34
0 commit comments