From 2cde0bffd2fa8755c942897153bc414abbc00b24 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:06:04 +0800 Subject: [PATCH] minor text edit --- otherarch/sdcpp/sdtype_adapter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/otherarch/sdcpp/sdtype_adapter.cpp b/otherarch/sdcpp/sdtype_adapter.cpp index c29ff1d2e..63f4d5326 100644 --- a/otherarch/sdcpp/sdtype_adapter.cpp +++ b/otherarch/sdcpp/sdtype_adapter.cpp @@ -506,8 +506,7 @@ bool sdtype_load_model(const sd_load_model_inputs inputs) { sd_ctx = new_sd_ctx(¶ms); if (sd_ctx == NULL) { - printf("\nError: KCPP SD Failed to create context!\nIf using Flux/SD3.5, make sure you have ALL files required (e.g. VAE, T5, Clip...) or baked in!\n"); - printf("Otherwise, if you are using GGUF format, you can try the original .safetensors instead (Comfy GGUF not supported)\n"); + printf("\nError: Image generation failed to setup!\nMake sure you have ALL files required (e.g. VAE, T5, Clip...) or baked into the model!\n"); return false; }