stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
In lora.hpp miss ggml_free(ctx0);
In lora.hpp, this code : struct ggml_context* ctx0 = ggml_init(params); init a ctx0, but I not found ggml_free(ctx0);
I do not know ggml_free(ctx0) is necessary.