ComfyUI IPAdapter Plus ComfyUI InstantID (Native) ComfyUI Essentials ComfyUI FaceAnalysis Not to mention the documentation and videos tutorials. Check myComfyUI Advanced Understandingvideos on YouTube for example,part 1andpart 2 The only way to keep the code open and free is by sponsoring its...
Merge branch 'main' ofhttps://github.com/MinusZoneAI/ComfyUI_IPAdapter_plusinto main wailovet committedJul 17, 2024 8f113f5 add ClipVision enhancer node cubiq committedJul 17, 2024 19b8645 support Kolors-IP-Adapter-Plus wailovet committedJul 17, 2024 ...
🪢 IPAdapter Model Loader Loads the IPAdapter model only. The returned object will be the IPAdapter model contrary to theUnified loaderthat contains the full stack of models. Configuration parameters ipadapter_file, the main IPAdapter model. It must be located intoComfyUI/models/ipadapteror in...
Check the [comparison](https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/195) of all face models. **2024/01/16**: Notably increased quality of FaceID Plus/v2 models. Check the [comparison](https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/195) of all face models. **2023/...
cubiq/ComfyUI_IPAdapter_plusPublic Sponsor NotificationsYou must be signed in to change notification settings Fork210 Star2.8k Files main .github examples models .gitignore CrossAttentionPatch.py IPAdapterPlus.py LICENSE NODES.md README.md
self.device = comfy.model_management.get_torch_device() self.weight = weight @@ -649,8 +648,8 @@ def apply_ipadapter(self, ipadapter, model, weight, clip_vision=None, image=None self.ipadapter.to(self.device, dtype=self.dtype) if self.is_faceid and self.is_plus: image_prompt_emb...
erikluo/ComfyUI_IPAdapter_plusPublic forked fromcubiq/ComfyUI_IPAdapter_plus NotificationsYou must be signed in to change notification settings Fork0 Star0 Files main examples FaceID_Plus.json FaceID_Plus_v2.json FaceID_basic.json FaceID_enhanced.json ...
erikluo/ComfyUI_IPAdapter_plusPublic forked fromcubiq/ComfyUI_IPAdapter_plus NotificationsYou must be signed in to change notification settings Fork0 Star0 Breadcrumbs ComfyUI_IPAdapter_plus / Latest commit matt3o Add FaceID Plus Support
- [ComfyUI Essentials](https://github.com/cubiq/ComfyUI_essentials) - [ComfyUI FaceAnalysis](https://github.com/cubiq/ComfyUI_FaceAnalysis) - [Comfy Dungeon](https://github.com/cubiq/Comfy_Dungeon) Not to mention the documentation and videos tutorials. Check my **ComfyUI Advanced Understandi...
This is the error that i got each time that i execute my workflow : Error occurred when executing IPAdapterApply: CLIPVision.forward() got an unexpected keyword argument 'output_hidden_states' File "C:\Users\nicol\Desktop\ComfyUI\ComfyUI...