mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
minor text edit
This commit is contained in:
parent
cfb14bd844
commit
2cde0bffd2
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue