diff --git a/scripts/civitai_global.py b/scripts/civitai_global.py index 4996637..2a6614b 100644 --- a/scripts/civitai_global.py +++ b/scripts/civitai_global.py @@ -1,5 +1,5 @@ from modules.shared import opts -do_debug_print = getattr(opts, "use_LORA", False) +do_debug_print = getattr(opts, "civitai_debug_prints", False) def init(): import warnings from urllib3.exceptions import InsecureRequestWarning