fix: avoid crash on sdxl loras (#658)

Some SDXL LoRAs (eg. PCM) can exceed 12k nodes.
This commit is contained in:
Wagner Bruna 2025-06-30 12:29:32 -03:00 committed by GitHub
parent 539b5b9374
commit 0d8b39f0ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {