Transformers
toto10's picture
a76b4ccb8bb91c9e097ac910cbd005a5983176e8658571782cad9f042c9de31e
6018960
raw
history blame
221 Bytes
import os
from modules import paths
def preload(parser):
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'))