update setup

This commit is contained in:
Vladimir Mandic
2023-04-15 17:22:58 -04:00
parent 45dcc69484
commit dd25f2f515
11 changed files with 81 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from modules.paths_internal import models_path, script_path, data_path, sd_confi
import modules.paths_internal as paths
from setup import log as setup_log # pylint: disable=E0611
errors.install()
errors.install(gr)
demo = None
log = setup_log