This is an Extension for the Automatic1111 Webui, which adds a button 🆑
to clear the console window.
It adds a button that when clicked, fires os.system('cls')
or os.system('clear')
depending on your OS.
Useful for benchmarking, extension developing, or when you just want to clear the console after the webui craps out tons of errors.