Commit 60bd4d52 authored by AUTOMATIC's avatar AUTOMATIC

fix incorrect file extension filter for deepdanbooru models

parent 4b0dc206
......@@ -21,7 +21,7 @@ class DeepDanbooru:
files = modelloader.load_models(
model_path=os.path.join(paths.models_path, "torch_deepdanbooru"),
model_url='https://github.com/AUTOMATIC1111/TorchDeepDanbooru/releases/download/v1/model-resnet_custom_v3.pt',
ext_filter=".pt",
ext_filter=[".pt"],
download_name='model-resnet_custom_v3.pt',
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment