philpax / exilent

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

New user generations use last used model without keywords #67

Closed cadaeix closed 1 year ago

cadaeix commented 1 year ago

If a new person does a generation and only specifies the prompt, and if the last used model is a model with a keyword, the generation goes ahead but without inserting the keyword

This is inconsistent with how other generations with keyword models work

Two possibilities:

philpax commented 1 year ago

oic, this is because it's relying on the state of the webui, not of Exilent. I suppose I could fetch the current model from the webui and use that, or maybe I should just force people to specify models

philpax commented 1 year ago

If they don't have a model specified and one can't be found through the fallback mechanisms of previous generations / presets / etc I'll error out and tell them to pick a model. Dependent on #64.