mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
add simple-dark and simple-light themes
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ def writefile(data, filename, mode='w', silent=False, atomic=False):
|
||||
|
||||
|
||||
# early select backend
|
||||
default_backend = 'original'
|
||||
default_backend = 'diffusers'
|
||||
early_opts = readfile(cmd_opts.config, silent=True)
|
||||
early_backend = early_opts.get('sd_backend', default_backend)
|
||||
backend = Backend.DIFFUSERS if early_backend.lower() == 'diffusers' else Backend.ORIGINAL
|
||||
|
||||
Reference in New Issue
Block a user