Skip to content

Commit 0d8b39f

Browse files
authored
fix: avoid crash on sdxl loras (#658)
Some SDXL LoRAs (eg. PCM) can exceed 12k nodes.
1 parent 539b5b9 commit 0d8b39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lora.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "ggml_extend.hpp"
55

6-
#define LORA_GRAPH_SIZE 10240
6+
#define LORA_GRAPH_SIZE 15360
77

88
struct LoraModel : public GGMLRunner {
99
enum lora_t {

0 commit comments

Comments
 (0)