https://github.com/haoming02/sd-webui-clear-screen
An Extension for Automatic1111 Webui that allows you to clear the console
https://github.com/haoming02/sd-webui-clear-screen
stable-diffusion-webui stable-diffusion-webui-plugin
Last synced: 6 months ago
JSON representation
An Extension for Automatic1111 Webui that allows you to clear the console
- Host: GitHub
- URL: https://github.com/haoming02/sd-webui-clear-screen
- Owner: Haoming02
- License: mit
- Created: 2023-05-24T08:06:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T05:59:58.000Z (over 1 year ago)
- Last Synced: 2024-08-27T06:57:09.193Z (over 1 year ago)
- Topics: stable-diffusion-webui, stable-diffusion-webui-plugin
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SD Webui Clear Screen
This is an Extension for the [Automatic1111 Webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui), which adds a button to clear the console window.
> Compatible with [Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge)
### How it Works
It adds a `🆑` button that when clicked, fires `os.system('cls')` or `os.system('clear')` depending on your OS.
### But Why ?
Useful for benchmarking, extension development, or when you just want to clear the console ~~after the webui craps out tons of errors~~.