WhiteAiZ's picture
Upload 868 files
0665518 verified
raw
history blame contribute delete
250 Bytes
def preload(parser):
parser.add_argument(
"--controlnet-loglevel",
default="INFO",
choices=("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"),
help="Set the log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
)