mirror of
https://github.com/leejet/stable-diffusion.cpp
synced 2026-03-01 12:39:27 +01:00
| .. | ||
| .clang-format | ||
| CMakeLists.txt | ||
| darts.h | ||
| httplib.h | ||
| json.hpp | ||
| LICENSE.darts_clone.txt | ||
| miniz.h | ||
| README.md | ||
| stb_image_resize.h | ||
| stb_image_write.h | ||
| stb_image.h | ||
| zip.c | ||
| zip.h | ||
- json.hpp library from: https://github.com/nlohmann/json
- ZIP Library from: https://github.com/kuba--/zip LICENSE: https://github.com/kuba--/zip/blob/master/LICENSE.txt
- darts.h from: https://github.com/google/sentencepiece/tree/master/third_party/darts_clone
- httplib.h from: https://github.com/yhirose/cpp-httplib/blob/master/httplib.h
- stb_image.h/stb_image_resize.h/stb_image_write.h from: https://github.com/nothings/stb