Preserves the UI state after reload/restart.
 
 
 
Go to file
Ilian Iliev 0fd00f9c7c
Merge pull request #15 from ilian6806/develop
Latest SD version support
2023-04-01 19:35:21 +03:00
javascript New selects and multiple selects handled 2023-04-01 19:31:02 +03:00
scripts Implemented styles support 2023-03-31 11:46:11 +03:00
.gitignore Initial commit 2023-03-19 15:51:25 +02:00
LICENSE Initial commit 2023-03-19 15:51:25 +02:00
README.md Update README.md 2023-03-30 09:18:39 +03:00
style.css Fixes for new SD version 2023-04-01 17:59:56 +03:00

README.md

stable-diffusion-webui-state

This extension is for AUTOMATIC1111's Stable Diffusion web UI

Capabilities

  • Preserve web UI parameters (inputs, sliders, checkboxes etc.) after page reload.
  • It can be extended to preserve basically everything in the UI.
  • Supported extensions:
    • Control Net

Install

Use Install from URL option with this repo url.

Requirements

None at all.

Usage

Go to Settings->State and check all parameters that you want to be preserved after page reload.

Contributing

Feel free to submit PRs to develop!