From d04aeb55adbfc22f961a4ae026bc5c5da0031d2b Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 16 Nov 2022 12:16:46 +0530 Subject: [PATCH] Fix default render device --- ui/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/server.py b/ui/server.py index b650673a..f47d9227 100644 --- a/ui/server.py +++ b/ui/server.py @@ -22,7 +22,7 @@ OUTPUT_DIRNAME = "Stable Diffusion UI" # in the user's home folder TASK_TTL = 15 * 60 # Discard last session's task timeout APP_CONFIG_DEFAULTS = { # auto: selects the cuda device with the most free memory, cuda: use the currently active cuda device. - 'render_devices': ['auto'], # valid entries: 'auto', 'cpu' or 'cuda:N' (where N is a GPU index) + 'render_devices': 'auto', # valid entries: 'auto', 'cpu' or 'cuda:N' (where N is a GPU index) 'update_branch': 'main', } APP_CONFIG_DEFAULT_MODELS = [