mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-06-25 07:36:38 +00:00
fix generate_video
This commit is contained in:
parent
4fdf43a470
commit
77380738d8
@ -4199,7 +4199,7 @@ SD_API bool generate_video(sd_ctx_t* sd_ctx,
|
||||
if (sd_ctx->sd->free_params_immediately) {
|
||||
sd_ctx->sd->high_noise_diffusion_model->free_params_buffer();
|
||||
}
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
|
||||
x_t = std::move(x_t_sampled);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user