From 0d8b39f0ba202e407cc6908dac371ff005bc8ab0 Mon Sep 17 00:00:00 2001 From: Wagner Bruna Date: Mon, 30 Jun 2025 12:29:32 -0300 Subject: [PATCH] fix: avoid crash on sdxl loras (#658) 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 ee14bce..471d0ef 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 {