mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-06-09 15:56:39 +00:00
chore: do not report the fake VAE "allocation" as an error (#1494)
This commit is contained in:
parent
0b8296915c
commit
686856edca
@ -2732,6 +2732,9 @@ public:
|
|||||||
rebuild_params_tensor_set();
|
rebuild_params_tensor_set();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
LOG_DEBUG("%s skipping params allocation (no tensors)", get_desc().c_str());
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
params_buffer = ggml_backend_alloc_ctx_tensors(params_ctx, params_backend);
|
params_buffer = ggml_backend_alloc_ctx_tensors(params_ctx, params_backend);
|
||||||
if (params_buffer == nullptr) {
|
if (params_buffer == nullptr) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user