You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am trying to install Omnigen on the comfy desktop version.
After installing the node, I follow the instructions "Open the terminal on the ComfyUI/custom_nodes/ComfyUI-OmniGen folder ......\python_embeded\python.exe -m pip install -r requirements.txt"
but it doesn't recognize the command
any idea why?
cheers in advance
The text was updated successfully, but these errors were encountered:
`The issue seems to be related to the path and Python environment not being properly recognized or set up. Here’s how you can troubleshoot and resolve it:
1. Verify the Python Path
Ensure you are pointing to the correct Python executable within the python_embedded folder of ComfyUI.
The full path should look something like this (adjust based on your setup):
path_to_ComfyUI\python_embedded\python.exe
2. Run the Command in the Correct Folder
Navigate to the ComfyUI/custom_nodes/ComfyUI-OmniGen folder using the terminal:
Okay, that works. I saw that the Python version inside " C: Users/PC/Documents/ComfyUI/.venv/Scripts" was 3.12.8, and I had the newest 3.13 installed, so I reinstalled the same version, and it worked out. Thanks a lot, man, much appreciate it
Hi, i am trying to install Omnigen on the comfy desktop version.
After installing the node, I follow the instructions "Open the terminal on the ComfyUI/custom_nodes/ComfyUI-OmniGen folder ......\python_embeded\python.exe -m pip install -r requirements.txt"
but it doesn't recognize the command
any idea why?
cheers in advance
The text was updated successfully, but these errors were encountered: