philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Distinguish between servers #19

Closed philpax closed 1 year ago

philpax commented 1 year ago

At present, Exilent doesn't take into account where your last generation was, so if you use it on another server you may get an unpleasant surprise.

Just need to add server_id columns to the relevant tables and update the existing data with the server I've been using it on.