openvinotoolkit / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
250 stars 39 forks source link

[Feature Request]: use previously cached IR models #32

Closed abdulhakam closed 10 months ago

abdulhakam commented 10 months ago

Is there an existing issue for this?

What would your feature do ?

I am currently testing this repo with a single model and found that after restarting the app(shutting down and restarting again from CLI, did not try from webui), the script creates the model again even if I load previous settings(including the prompt itself), so the suggestion I have is to store multiple preconfigured IR models.

Proposed workflow

Additional information

adding a new tab to create configurations is not important you can just add a checkbox "save this IR model" that will enable a textfield to name the configuration or something similar.

devangaggarwal commented 10 months ago

This issue is fixed now with this PR: https://github.com/openvinotoolkit/stable-diffusion-webui/pull/34