Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing IP-Adapter model: IP-Adapter model 'reference' for SD 1.5

mkyung opened this issue · comments

Hello, I have a recent new installation, plugin version 1.17.1, but it is not working, with errors being:

Screenshot 2024-05-10 at 8 56 05 AM

On my ComfyUI Server, I installed the models by using download_models.py
Inside ComfyUI\models\ipadapter I have:

image

Client logs:
2024-05-09 23:50:50,460 WARNING Missing IP-Adapter model reference for SD 1.5
2024-05-09 23:50:50,460 INFO -> No model matches search paths: ip-adapter_sd15
2024-05-09 23:50:50,460 INFO -> Available models:
2024-05-09 23:50:50,460 WARNING Missing IP-Adapter model reference for SD XL
2024-05-09 23:50:50,460 INFO -> No model matches search paths: ip-adapter_sdxl_vit-h
2024-05-09 23:50:50,460 INFO -> Available models:
2024-05-09 23:50:50,460 INFO Optional IP-Adapter model face for SD 1.5 not found (search path: ip-adapter-faceid-plusv2_sd15, ip-adapter-faceid-plus_sd15)
2024-05-09 23:50:50,460 INFO Optional IP-Adapter model face for SD XL not found (search path: ip-adapter-faceid-plusv2_sdxl, ip-adapter-faceid_sdxl)

Not sure what went wrong :(

OK I first tried checking the models within the IPAdapter by Add Node -> IPAdapter -> loaders -> IPAdapter Model Loader and found that the list was undefined.
Then I googled and found that it was the problem of using Stability Matrix. I switched to the ComfyUI portable version and problem is fixed