philpax / exilent

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

Store details of Wirehead sessions in the database #71

Open philpax opened 1 year ago

philpax commented 1 year ago

Based on my current understanding of the genevo library, it is impossible to store and load the state of an existing session. However, that doesn't preclude storing the state that was used to initialise a session. This could be used to start it from the beginning, or to implement #59 properly: the custom IDs can include the ID of the session, which can be combined with the genome to reproduce the image exactly.