mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix probing for ip_adapter folders
This commit is contained in:
parent
e3de996525
commit
86cb53342a
@ -71,7 +71,13 @@ class ModelSearch(ABC):
|
|||||||
if any(
|
if any(
|
||||||
[
|
[
|
||||||
(path / x).exists()
|
(path / x).exists()
|
||||||
for x in {"config.json", "model_index.json", "learned_embeds.bin", "pytorch_lora_weights.bin"}
|
for x in {
|
||||||
|
"config.json",
|
||||||
|
"model_index.json",
|
||||||
|
"learned_embeds.bin",
|
||||||
|
"pytorch_lora_weights.bin",
|
||||||
|
"image_encoder.txt",
|
||||||
|
}
|
||||||
]
|
]
|
||||||
):
|
):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user