aboutsummaryrefslogtreecommitdiff
path: root/modules/cmd_args.py
diff options
context:
space:
mode:
authorpapuSpartan <macabeg@icloud.com>2023-04-01 14:12:12 -0500
committerpapuSpartan <macabeg@icloud.com>2023-04-01 14:12:12 -0500
commit8c88bf40060c86ba508646c6d7ddc21e389be846 (patch)
treed45cae62df524199bbe7d60e9fd37882c993c415 /modules/cmd_args.py
parent26ab018253cb078630fcdde47dbaee85f2466145 (diff)
use pypi package for tomesd intead of manually cloning repo
Diffstat (limited to 'modules/cmd_args.py')
-rw-r--r--modules/cmd_args.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/cmd_args.py b/modules/cmd_args.py
index 80df9465..4314f97b 100644
--- a/modules/cmd_args.py
+++ b/modules/cmd_args.py
@@ -105,4 +105,3 @@ parser.add_argument("--no-download-sd-model", action='store_true', help="don't d
# token merging / tomesd
parser.add_argument("--token-merging", action='store_true', help="Provides generation speedup by merging redundant tokens. (compatible with --xformers)", default=False)
parser.add_argument("--token-merging-ratio", type=float, help="Adjusts ratio of merged to untouched tokens. Range: (0.0-1.0], Defaults to 0.5", default=0.5)
-parser.add_argument("--reinstall-tomesd", action='store_true', help="Reinstalls tomesd", default=False)