ZHO-ZHO-ZHO / ComfyUI-YoloWorld-EfficientSAM

Unofficial implementation of YOLO-World + EfficientSAM for ComfyUI
GNU General Public License v3.0
480 stars 44 forks source link

Ultralytics requirement ['git+https://github.com/ultralytics/CLIP.git'] not found, attempting AutoUpdate... #53

Open liaceboy opened 1 month ago

liaceboy commented 1 month ago

Ultralytics requirement ['git+https://github.com/ultralytics/CLIP.git'] not found, attempting AutoUpdate... Running command git clone --filter=blob:none --quiet https://github.com/ultralytics/CLIP.git 'C:\Users\AppData\Local\Temp\pip-req-build-bcjtiwp6'

0240523195345

What is the problem and it cannot be used?

swipesomething commented 1 month ago

I just tried it and I had the same problem. I was following a tutorial and it mentioned an error related to the inference version being 0.9.13, that it was normal and it was so for compatibility reasons. Yesterday it was working, today it is not working. So I tried pip install inference --upgrade and also pip install inference-gpu --upgrade, restarted ComfyUI and it works. Hope it helps.