nosiu / comfyui-instantId-faceswap

Implementation of faceswap based on InstantID for ComfyUI.
Apache License 2.0
157 stars 14 forks source link

Weird Error #15

Open Uniky opened 3 months ago

Uniky commented 3 months ago

image

nosiu commented 3 months ago

It's a checkpoint issue it requires additional model openai/clip-vit-large-patch14

Uniky commented 3 months ago

It's weird because I've used the same workflow without an error, but after disconnecting the LCM Lora this error occurred even if I reconnect the Lora the error still exists.

Uniky commented 3 months ago

https://github.com/nosiu/comfyui-instantId-faceswap/assets/24896456/cc196f6e-095d-4fcf-a4e1-0f250c99eb9f

It is weird because this error will affect other workflows that use Diffuser as well

nosiu commented 3 months ago

If it worked before maybe by mistake you removed your cache or something, by default this model is located somewhere around here (on windows) C:\Users\YOUR_USER_NAME\.cache\huggingface\hub maybe you cleared your cache or something

Uniky commented 3 months ago

I do have the cache folder which named models--openai--clip-vit-large-patch14, and I even delete it to see if the workflow would regenerate for me, but it seems only the other InstantID workflow regenerated the folder and downloaded the required files automatically. image However, this does not work for your workflow, the error remains.