philpax / exilent

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

Abstract the generation backend #78

Open philpax opened 1 year ago

philpax commented 1 year ago

At present, the webui client is used for image generation. It would be nice to implement an abstraction over the generation, so that the backend can be swapped out. Perhaps as another crate on top of the existing client?