From 120f9e567c5fb2eb9a7f30bc2f4038a4b156cd52 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Sun, 3 Sep 2023 13:49:30 +0200 Subject: [PATCH] Windows: Show GPU list and driver versions in log --- scripts/Start Stable Diffusion UI.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Start Stable Diffusion UI.cmd b/scripts/Start Stable Diffusion UI.cmd index a10302ee..2bd54845 100644 --- a/scripts/Start Stable Diffusion UI.cmd +++ b/scripts/Start Stable Diffusion UI.cmd @@ -39,6 +39,7 @@ call where conda call conda --version echo . echo COMSPEC=%COMSPEC% +wmic path win32_VideoController get name,AdapterRAM,DriverDate,DriverVersion @rem Download the rest of the installer and UI call scripts\on_env_start.bat