minor text edit

This commit is contained in:
Concedo 2026-04-23 20:06:04 +08:00
parent cfb14bd844
commit 2cde0bffd2

View file

@ -506,8 +506,7 @@ bool sdtype_load_model(const sd_load_model_inputs inputs) {
sd_ctx = new_sd_ctx(&params);
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;
}