From 6eb556a5b37a41f82a3d4c30a829ed761aedb31b Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 5 Jul 2026 11:02:46 +0800 Subject: [PATCH] fix build --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34adf0f89..bfced02f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -519,6 +519,8 @@ add_library(sdtype_adapter otherarch/sdcpp/src/upscaler.cpp otherarch/sdcpp/src/runtime/guidance.cpp otherarch/sdcpp/src/runtime/guidance.h + otherarch/sdcpp/src/runtime/imatrix.cpp + otherarch/sdcpp/src/runtime/imatrix.h otherarch/sdcpp/src/stable-diffusion.cpp otherarch/sdcpp/thirdparty/zip.c otherarch/sdcpp/src/model_io/gguf_io.cpp