artdwn's picture
Upload folder using huggingface_hub
4878ed5
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",
)