stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Add an indication of whether the PNG/JPG image saving was successful …
…or not, also see issue #528. Unfortunately the library used does not give any detailed information about possible errors. In fact stb_image_write.h (line 77) tells: "Each function returns 0 on failure and non-0 on success."