fix extension update

pull/143/head
Vladimir Mandic 2023-04-14 17:50:19 -04:00
parent f256fb8b6a
commit b28b7c7a98
3 changed files with 8 additions and 1 deletions

View File

@ -20,4 +20,10 @@ body:
attributes:
value: |
Any issues without version information will be closed
Look at console log and copy the version string from there
For example: `Version: f256fb8b Fri Apr 14 17:41:30 2023 -0400`
Additionally provide any relevant platorm information (OS, browser, versions)
If possible update to latest version before reporting the issue as older versions cannot be properly supported
And search existing **issues** and **discussions** before creating a new one

@ -1 +1 @@
Subproject commit 3ca9f9ba69d60a83c1c00f357caa9733625785c5
Subproject commit 87e4dc6bef09b6e46a15e79da3faaa735b6e628b

View File

@ -60,6 +60,7 @@ def compatibility_args(opts, args):
parser.add_argument("--bsrgan-models-path", type=str, help=argparse.SUPPRESS, default=opts.bsrgan_models_path)
parser.add_argument("--realesrgan-models-path", type=str, help=argparse.SUPPRESS, default=opts.realesrgan_models_path)
parser.add_argument("--clip-models-path", type=str, help=argparse.SUPPRESS, default=opts.clip_models_path)
parser.add_argument("--disable-extension-access", default = False, action='store_true', help=argparse.SUPPRESS)
args = parser.parse_args()
if vars(parser)['_option_string_actions'].get('--lora-dir', None) is not None:
args.lora_dir = opts.lora_dir