mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
feat: no huggingface option
This commit is contained in:
9
preload.py
Normal file
9
preload.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import argparse
|
||||
|
||||
|
||||
def preload(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--ad-no-huggingface",
|
||||
action="store_true",
|
||||
help="Don't use adetailer models from huggingface",
|
||||
)
|
||||
Reference in New Issue
Block a user