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]: Editing styles in the WebUI #8

Closed GlebIgorevich closed 1 year ago

GlebIgorevich commented 1 year ago

Is there an existing issue for this?

What feature is needed?

Need a simple way for editing existing styles. It may look like adding the new style, because different scenarios may include changing parts or prompts to sampler and CFG or folder. The feature of duplicating style will be good too.

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

This feature is very important because the actual tools have no simple ways of editing the styles. Editing the unformatted json is not a user-friendly way.

Screenshot (optional)

No response

eideehi commented 1 year ago

As mentioned in the README, it is possible to overwrite existing styles by entering the same name in the "Style name" field of the "Save style" form. Therefore, you can achieve your goal by following these steps: apply the desired style using "Apply style," modify the style in the Web UI, and overwrite the style using "Save style."

I will add the duplication feature of styles to the TODO list. - [ ] Add the feature to duplicate styles. Integrated into "Redesign UI"

GlebIgorevich commented 1 year ago

I'm sure 99.99% of users did not read the README (as me). Writing over existed is not obvious way without reading manuals. Editing is easier and native for the regular users.

eideehi commented 1 year ago

I will consider redesigning the UI of Better Styles.

On a side note, it is crucial to go through documentation such as the README, not just for Better Styles but for any project. This is especially important when you have concerns or questions about the functionality, as in this case. While I don't enjoy writing extensive documentation and have only provided the minimum, some authors go the extra mile and describe even the smallest details of the features, which can be incredibly helpful.

eideehi commented 1 year ago

I have made improvements in version 1.4.0 to enable more intuitive management of styles.