Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ddoc
/
aww
like
0
Model card
Files
Files and versions
Community
main
aww
/
preload.py
ddoc
Upload 31 files
13c5a27
almost 2 years ago
raw
Copy download link
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"
,
)