extensions / adetailer /preload.py
방재호
init
b5ba7a5
raw
history blame contribute delete
215 Bytes
import argparse
def preload(parser: argparse.ArgumentParser):
parser.add_argument(
"--ad-no-huggingface",
action="store_true",
help="Don't use adetailer models from huggingface",
)