SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

Bug fix to resize image and CTRL C hang up #101

Closed pyrater closed 1 year ago

pyrater commented 1 year ago

If image was not 512x512 resize would not work due to IO file being closed by stream. This fixes that.