a1111-sd-webui-lycoris/preload.py

7 lines
205 B
Python

import os
from modules import paths
def preload(parser):
parser.add_argument("--lyco-dir", type=str, help="Path to directory with Lora networks.", default=os.path.join(paths.models_path, 'LyCORIS'))