mirror of
https://github.com/leejet/stable-diffusion.cpp
synced 2026-03-04 14:09:29 +01:00
This change makes checkpoints load significantly faster by optimizing pkzip's cyclic redundancy check. This code was developed by Intel and Google and Mozilla. See Chromium's zlib codebase for further details. |
||
|---|---|---|
| .. | ||
| .clang-format | ||
| CMakeLists.txt | ||
| json.hpp | ||
| 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