KohakuBlueleaf / a1111-sd-webui-lycoris

An extension for stable-diffusion-webui to load lycoris models.
Apache License 2.0
862 stars 117 forks source link

parser.add_argument lyco-patch-lora broken #42

Closed DanielBelokon closed 1 year ago

DanielBelokon commented 1 year ago

in the new commit parser.py:

    parser.add_argument("--lyco-patch-lora", action="store_true", help="Patch the built-in lora. Will use the lora_dir and <lora> format, but disable the <lyco> format.", default=False)

Seems to be broken and doesn't register the arg on my machine

Causes an error loading the extension because of the reference to this cmd option in before ui load.

DanielBelokon commented 1 year ago

Sorry, was a local issue, can't even reproduce