MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
1.73k stars 167 forks source link

No module named 'open_clip' #101

Closed popedead closed 3 months ago

popedead commented 3 months ago

my error at run CRM_Img_to_Multi-views_to_CCMs_to_Mesh.json

File "C:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-3D-Pack\crm\imagedream\ldm\modules\encoders\modules.py", line 8, in import open_clip ModuleNotFoundError: No module named 'open_clip'

and "pip install open_clip_torch", it doesn't fix anything

MrForExample commented 3 months ago

If you are using Miniconda env then pip install --force-reinstall open_clip_torch will fix it

If you are using comfyUI python embed environment then using [Path to your comfyUI python.exe] -s -m pip install --force-reinstall open_clip_torch

popedead commented 3 months ago

working! thanx "C:\AI\ComfyUI\python_embeded\python.exe" -m pip install --force-reinstall open_clip_torch (on windows)