-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protobuf library not found #67
Comments
I got the same issue. When checking for protobuf it says is allready installed. |
are you running python with the For embedded:
(for standalone just activate the venv/conda and use |
I'm a newbie here, totally not familiar with Python environments etc. Just followed some guides to install ComfyUI. Based on what i can find, yes, i believe it is a venv environment. Attached the relevant launch files for your reference. Now I'm getting another error message about "No module named 'timm'". Use pip install and it says already installed. Think I'm not sure how to install it in the right venv. Help will be much appreciated. My bat file to launch Comfy in Windows
The venv\Scripts\activate script. The activate.bat below
Current error i receive:
Starting up of ComfyUI
|
I managed to overcome the protobuf missing error, but now have a numpy not available message. Documented the steps below just in case it might be useful to others.
Numpy error below. Tried using same method as above to install numpy, but still doesn't work.
|
After further trouble shooting with ChatGPT, finally managed to get it running. The issue was the version of NumPy used. Downgraded from version 2.0.0 to 1.26.4 and it works now. Able to generate an image finally.
|
Hi,
I'm trying to run Hunyuan Dit version 1.1 on Comfy UI. I installed ComfyUI_ExtraModels" and followed the instructions on the main page. Used the sample workflow on your page but getting the following error when I run a prompt.
I have already installed protobuf library but ComfyUI cannot seem to find it. Any ideas?
The text was updated successfully, but these errors were encountered: