stable-diffusion.cpp/thirdparty
Justine Tunney e1384defca
perf: make crc32 100x faster on x86-64 (#278)
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.
2024-06-01 12:58:30 +08:00
..
.clang-format perf: make crc32 100x faster on x86-64 (#278) 2024-06-01 12:58:30 +08:00
CMakeLists.txt feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00
json.hpp feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00
miniz.h feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00
README.md feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00
stb_image_resize.h feat: add TencentARC PhotoMaker support (#179) 2024-03-12 23:15:17 +08:00
stb_image_write.h feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00
stb_image.h feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00
zip.c perf: make crc32 100x faster on x86-64 (#278) 2024-06-01 12:58:30 +08:00
zip.h feat: load weights from safetensors and ckpt (#101) 2023-12-03 15:47:20 +08:00