A slider change the prompt based on the history of what was used.
 
 
Go to file
Luke b020b62629 Update README.md 2023-07-18 11:50:51 -06:00
img Adding in the functionality for the extension 2023-07-17 12:35:37 -06:00
javascript Local Storage Optimization 2023-07-18 10:15:55 -06:00
scripts Update README.md 2023-07-18 11:50:51 -06:00
.gitignore Update README.md 2023-07-18 11:50:51 -06:00
LICENSE Initial commit 2023-07-15 18:56:48 -06:00
README.md Update README.md 2023-07-18 11:50:51 -06:00

README.md

Stable Diffusion Webui Extension: A simple history slider.

Similarly to that have DrawThings.ai but for AUTOMATIC 1111 Stable Diffusion Webui.

Example

Example

What can it do?

  • It will track both prompt and negative prompt history for txt2img and img2img.
  • It will allow a user to load the history stored on local storage.
  • It will allow a user to clear the prompt history.

TODO

  • Put a max threshold on the prompt's history.