jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
691 stars 82 forks source link

Keep Prompt open after image generation #9

Open maxtaube opened 2 years ago

maxtaube commented 2 years ago

UX improvement suggestion:

To avoid having to re-initialize and load the model every time a new image is generated, maybe it would be possible to keep the model loaded and prompt the user for a new input once the generation of an image is finished.

Similar to this stable diffusion CLI implementation of lstein.