Preserves the UI state after reload/restart.
 
 
 
Go to file
Ilian Iliev 8473d2a7be
Merge pull request #63 from ilian6806/develop
Merge pull request #62 from ilian6806/main
2024-04-29 14:56:23 +03:00
javascript Added queue for handleSelect function 2023-07-12 21:11:09 +03:00
scripts Implemented storing state for 3 extensions 2023-07-12 21:04:44 +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-07-12 21:19:28 +03:00
style.css Export and import state actions implemented 2023-04-11 11:50:54 +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.
  • Import / Export and Reset state options
  • Supported extensions:
    • Control Net
    • ADetailer
    • Dynamic Prompting
    • Multidiffusion upscale/Tiled Diffusion & VAE

Usage

Demo video: https://www.youtube.com/watch?v=hXsxBKYMGaA

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!