mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-21 13:50:12 +08:00
fix incorrect file extension filter for deepdanbooru models
This commit is contained in:
parent
4b0dc206ed
commit
60bd4d52a6
@ -21,7 +21,7 @@ class DeepDanbooru:
|
|||||||
files = modelloader.load_models(
|
files = modelloader.load_models(
|
||||||
model_path=os.path.join(paths.models_path, "torch_deepdanbooru"),
|
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',
|
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',
|
download_name='model-resnet_custom_v3.pt',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user