extensions / adetailer /preload.py
toto10's picture
Upload folder using huggingface_hub (#1)
34097e9
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",
)