preload.py 227 B

123456
  1. import os
  2. from modules import paths
  3. def preload(parser):
  4. parser.add_argument("--scunet-models-path", type=str, help="Path to directory with ScuNET model file(s).", default=os.path.join(paths.models_path, 'ScuNET'))