Kilvoctu / aiyabot

A neat Discord bot for AUTOMATIC1111's Web UI
GNU General Public License v2.0
309 stars 76 forks source link

Add stealth pnginfo support #162

Closed Kilvoctu closed 1 year ago

Kilvoctu commented 1 year ago

This PR adds support for ashen-sensored's stealth png info: https://github.com/ashen-sensored/sd_webui_stealth_pnginfo. Thanks to them for giving me permission to implement their code into AIYA.

Discord has recently began stripping metadata from images uploaded to their platform. While this is great for privacy, it causes a bit of an issue when working with Stable Diffusion images.

What this PR does is AIYA writes the "stealth png info" data into each generated image.

While AIYA can write the data, she can't read it. The Web UI does, and she is simply relaying the information from that. As such, any bot hosts will be required to install the stealth png info into their Web UI in order for this to work properly.

Closes #161