/sd-webui-clear-screen

An Extension for Automatic1111 Webui that allows you to clear the console

Primary LanguagePythonMIT LicenseMIT

SD Webui Clear Screen

This is an Extension for the Automatic1111 Webui, which adds a button 🆑 to clear the console window.

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 developing, or when you just want to clear the console after the webui craps out tons of errors.