Now we have 2 targets which provide the source for the stb_image. - The first one comes directly from [stable-diffusion/thirdparty ](https://github.com/alpaca-core/stable-diffusion.cpp/blob/master/thirdparty/stb_image.h) - this one we use in the [basic example](https://github.com/alpaca-core/ilib-sd.cpp/blob/master/example/e-basic.cpp) - The other one is the we [provide through CPM](https://github.com/alpaca-core/ilib-sd.cpp/blob/fc3e3c512e8b6b8a742f744b51c8f3c8bbc93509/ac-local-plugin/example/CMakeLists.txt#L4) and it's used in [local example](https://github.com/alpaca-core/ilib-sd.cpp/blob/master/ac-local-plugin/example/ep-text-to-image.cpp) It's not of a big deal since they are used only for examples.