File size: 208 Bytes
34097e9 |
1 2 3 4 5 6 7 |
import os
from modules import paths
def preload(parser):
parser.add_argument("--lyco-dir", type=str, help="Path to directory with LyCORIS networks.", default=os.path.join(paths.models_path, 'LyCORIS'))
|