Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

User Interface Customizations

w-e-w edited this pageApr 22, 2024 ·10 revisions

Quick Settings

The Quick Settings located at the top of the web page can be configured to your needs

Setting ->User interface ->Quick settings listAny settings can be placed in theQuick Settings, changes to the settings hear will be immediately saved and applied and save to config.

quick-settings-list-1quick-settings-list-2

In the example screenshotsStable Diffusion checkpointSD VAEShow live preview for the created images are placed inQuick Settings.

By default onlyStable Diffusion checkpoint are inQuick Settings.

Even though technically all settings can be relocated toQuick Settings, it doesn't make sense place settings that requires reloading or restarting to take effect inQuick Settings

Additional Options for txt2img / img2img

How to getFace Restore orTiling back

it's possible to add additional settings to txt2img or img2img

We allows user to add additional settings to the image generation interface, the settings can be found under

Setting ->Settings in UI ->Settings for txt2img/img2img

In webui 1.6 the setting wasSetting ->interface ->Options in main UI - txt2img/img2img

this functionality is added via the built-in extensionextra-options-section, if you are not seeing the setting options, check if it's enable on the extensions tab.

most if not all settings can be added here if needed

PreviouslyFace Restoration andTiling are built into the interface and cannot be modified, for users that finds them useful you can add them back manually

additional-options-1additional-options-2

We also support additional option to change the look of how the options is displayed

Gradio Themes

Customizing the basic look of webui

It is possible to customize the look of webui without using extensions suche asLobe Them orNevysha's Cozy Nest

this can be done via gradio themes

gradio-themes

We provide a small list of options choose from but you can manually input other themes fromgradio/theme-galleryif you find one you like you can inpot the correspondingXXX/YYY from the urlhttps://huggingface.co/spaces/XXX/YYY in to ther dropdown menu

By default webui will cache the theme locally, this is so that it doesn't have to download it every time, but there's also means that if the theme is updated you won't received the updates to the theme, if you wish to update the theme (redownload) uncheckCache gradio themes locally or or delete the corresponding theme cache.

The cached theme is stored understable-diffusion-webui/tmp/gradio_themes/your_selected_theme.json (the slashes is replaced by underscore)

It also possible create your own theme locally or modify the cached themes

UI item order

Customizing UI item order for txt2img/img2img tabs

The generation parameter UI elements can can be rewarded usingSetting ->User interface ->UI item order for txt2img/img2img tabsUI-item-order-1default order (1.7)UI-item-order-2Custom orderUI-item-order-3

UI Element dafault value and range limit step size

Customizing UI element values

Webui allows the user to chenge the default vaule of UI elements, elements dropdown / radio menuscheckbox slider input boxes.

  1. Refresh WebUI's webpage so that all UI elements are at it's default values with no changes.
  2. Find the UI elements you wish to change and adjust them to your desire default valuse.
  3. Go toSetting > Defaults.
  4. CLickView changes, you will be presented with a list of element values that you have changed.
  5. Confirm if you're happy with these changes and if so clickApply.
  6. The new values will be saved toui-config.json and will be used as default vaules after the nextReload UI orRestart (not webpage refresh but WebUI server Reload).

Advanced adjustments such as like change the maximum range of a slide, can also be done by editing the corresponding values inui-config.json, you have to edit the file manually as there currently is no in UI method of changing these values.

finding the correct value to change might be difficult, but you can locate the correct value bye utilizing theView changes onSetting > Defaults.

for example if you wish to increase the maximum limit of the Image Width slider for txt2img.

  1. reload your web page, let's make sure all element values are at their default values.
  2. On txt2img tab change Image Width slider to any value that is not the default.
  3. Go toSetting > Defaults CLickView changes then you should see one entry like so.
PathOld valueNew Value
txt2img/Width/value5121024
  1. Note down the Pathtxt2img/Width without the typevalue.
  2. open youui-config.json and search fortxt2img/Width.
  3. you will find other value under the same path like so:
"txt2img/Width/visible":true,"txt2img/Width/value":512,"txt2img/Width/minimum":64,"txt2img/Width/maximum":2048,"txt2img/Width/step":8,
  1. you can adjust"txt2img/Width/maximum": 2048, to"txt2img/Width/maximum": 4096, to raze the maximum range limit of the slider.
  2. saveui-config.json andReload UI orRestart webui the slider should be updated with the new range.

Caution: recommended to make a backup before changing, especially if you're editing the file manually, the file can get corrupted if they syntax is incorrect.

note: some values have hidden limitations.
for example stable diffusion image resolution needed to be a multiple of 8, so even though you can customize the slider `step`` size to any value it is unwise to do so as it can cause unexpected errors

This is theStable Diffusion web UI wiki.Wiki Home

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp