stable-diffusion-webui/extensions-builtin/LDSR/preload.py
xdl e354d5af27
Some checks failed
Linter / ruff (push) Has been cancelled
Linter / eslint (push) Has been cancelled
Tests / tests on CPU with empty model (push) Has been cancelled
first commit
2024-12-18 15:48:02 +08:00

7 lines
221 B
Python

import os
from modules import paths
def preload(parser):
parser.add_argument("--ldsr-models-path", type=str, help="Path to directory with LDSR model file(s).", default=os.path.join(paths.models_path, 'LDSR'))