Skip to content

Commit 883704d

Browse files
committed
sync with sd refactor
1 parent 37d9c3f commit 883704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable-diffusion-abi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ void stable_diffusion_free(struct sd_ctx_t* ctx) {
267267
free_sd_ctx(ctx);
268268
};
269269

270-
void stable_diffusion_free_full_params(const struct stable_diffusion_full_params* params) {
270+
void stable_diffusion_free_full_params(struct stable_diffusion_full_params* params) {
271271
if (params != nullptr) {
272272
delete params;
273273
params = nullptr;

0 commit comments

Comments
 (0)