From 2461bd2c2ee5b396e33987db12f91691fbaba7e5 Mon Sep 17 00:00:00 2001 From: Wagner Bruna Date: Tue, 15 Apr 2025 15:42:58 -0300 Subject: [PATCH] fix: avoid crash on sdxl loras Some SDXL LoRAs (eg. PCM) can exceed 12k nodes. --- lora.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora.hpp b/lora.hpp index d38c7116f..9e12a1c70 100644 --- a/lora.hpp +++ b/lora.hpp @@ -3,7 +3,7 @@ #include "ggml_extend.hpp" -#define LORA_GRAPH_SIZE 10240 +#define LORA_GRAPH_SIZE 15360 struct LoraModel : public GGMLRunner { enum lora_t {