toto10's picture
c1a010c78919f8efef07b18490f90b54ce38605a218a48907aa972358dd0fbc1
9c5ffc0
raw
history blame
No virus
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",
)