Stable Diffusion: Installation with web UI

Base installation on host Make sure you have Git and a compatible Python version (currently 3.10) installed and available in your path. Open a command prompt and execute the command below in a directory of your choice. Note that this will create a subdirectory called stable-diffusion-webui. git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git Download a model Stable diffusion needs

Date-time in Windows command

By default the command echo %date%-%time% spits out something like this on my PC: 16/01/2023-16:34:14,65. Not very useful as part of a filename. You can format the string by grabbing parts of the variable – one at a time – with a command like shown here… The output provided by this example is 20230116-16341465