toto10's picture
Upload folder using huggingface_hub (#1)
34097e9
raw
history blame
No virus
208 Bytes
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'))