I've created a simple ipadapter workflow, but caused an error: I've re-installed the latest comfyui and embeded python several times, and re-downloaded the latest models. I've update the files using "update_comfyui.bat" and updated from ...
- `/ComfyUI/models/ipadapter` - [ip_plus_composition_sd15.safetensors](https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sd15.safetensors), general composition ignoring style and content, more about it [here](https://huggingface.co/ostris/ip-composition-...
Folders in my computer: Then restart ComfyUi and you still see the above error? and here is how to fix it: rename the files in the clip_vision folder as follows CLIP-ViT-bigG-14-laion2B-39B-b160k ---> CLIP-ViT-bigG-14-laion2B-39B.b160k CLIP- ViT...
- `/ComfyUI/models/ipadapter`, create it if not present - [ip-adapter_sd15.safetensors](https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.safetensors), Basic model, average strength - [ip-adapter_sd15_light_v11.bin](https://huggingface.co/h94/IP-Adapter/re...
IPAdapterPlus.py README.md examples ipadapter_portrait.json utils.py 10 changes: 5 additions & 5 deletions 10 IPAdapterPlus.py Original file line numberDiff line numberDiff line change @@ -287,13 +287,13 @@ def ipadapter_execute(model, if is_faceid and is_plus: cond = ipa.get_...