leejet / stable-diffusion.cpp

Stable Diffusion in pure C/C++
MIT License
2.91k stars 233 forks source link

fix tiles_ctx not freed in sd_tiling #219

Closed null-define closed 3 months ago

null-define commented 3 months ago

fix tiles_ctx not freed in sd_tiling. if use esrgan, this will causeggml_init insd_tiling return failed after multiple times txt2img and upscale .

leejet commented 3 months ago

Thank you for your contribution.