Fix debug prints showing

pull/279/head v3.5.1
BlafKing 2024-03-27 17:01:13 +01:00
parent 5ec449cc8b
commit 7c98a2f69e
No known key found for this signature in database
GPG Key ID: 862BBCA1D265AEFF
1 changed files with 1 additions and 1 deletions

View File

@ -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