laksjdjf / IPAdapter-ComfyUI

experimental
GNU General Public License v3.0
214 stars 13 forks source link

Missing Load IPAdapter menu #7

Closed katopz closed 1 year ago

katopz commented 1 year ago

Not sure what i miss.

Screenshot 2023-08-20 164316 image image
Cannot import C:\sd\comfyui\ComfyUI\custom_nodes\IPAdapter-ComfyUI module for custom nodes: No module named 'cv2'

Import times for custom nodes:
   0.0 seconds (IMPORT FAILED): C:\sd\comfyui\ComfyUI\custom_nodes\IPAdapter-ComfyUI

Any hint?

laksjdjf commented 1 year ago

please install cv2. pip install opencv-python

katopz commented 1 year ago

Thanks, Already try that but not working. Because in my case i did use python_embeded so i have to use this cmd instead.

 C:\sd\comfyui\python_embeded> .\python.exe .\Scripts\pip.exe install opencv-python

And it working now. Took me a while to figure this out. 😅