From ad1374af1dbbc13ac26d4b76177e696597f79d3e Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 2 Sep 2023 18:34:12 +0530 Subject: [PATCH] bring back config print --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 67077c88..6814f782 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -244,7 +244,7 @@ def setup_amd_environment(): def launch_uvicorn(): config = get_config() - # pprint(config) + pprint(config) with open("scripts/install_status.txt","a") as f: f.write("sd_weights_downloaded\n")