eideehi / sd-webui-better-styles

Stable Diffusion web UI extension that provides a better UI for managing styles.
MIT License
20 stars 5 forks source link

[FEATURE]: Import stiles from default styles.csv #10

Closed GlebIgorevich closed 1 year ago

GlebIgorevich commented 1 year ago

Is there an existing issue for this?

What feature is needed?

Need a tool for interaction with styles in the default styles.csv.

It may be implemented in one of these ways:

  1. Best way: interact with styles.csv. When the user applies the style in your extension you take the style from styles.csv and add data from the preset (sampler, steps, cfg, etc). Your extension keeps the pairs "style from row X" + "preset, preview, folder"
  2. Simple and not a good way: just import all the styles from styles.csv.

Why is the feature needed and how it will be used?

If a user is not newbie he has many custom styles. Without ways for merging or importing that your extension is not helpful.

Screenshot (optional)

No response

eideehi commented 1 year ago

The feature itself has been implemented in 1.3.0. It has now become practical with the 1.4.0 update, so we will close it.