An open API service indexing awesome lists of open source software.

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

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~~.