From af96c9001d6058b4cd56716b7784ca51c05c7917 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:30:00 +0800 Subject: [PATCH] temporarily disable stream layers --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 7a2212e46..a4863e5bc 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -2482,7 +2482,7 @@ def sd_load_model(model_filename,vae_filename,t5xxl_filename,clip1_filename,clip inputs.photomaker_filename = photomaker_filename.encode("UTF-8") inputs.upscaler_filename = upscaler_filename.encode("UTF-8") inputs.max_vram = (args.sdvramlimit/1024.0) if args.sdvramlimit > 0 else 0 - inputs.stream_layers = (inputs.max_vram != 0) + inputs.stream_layers = False lora_filenames, lora_multipliers = prepare_initial_lora_multipliers() inputs.lora_len = len(lora_filenames)