after having some problems I reinstalled python and comfy I have to install pulid rn but when I try to install for example C:\Users\user\Desktop\ComfyUI_windows_portable\python_embeded\Scripts\python.exe -m pip install C:\Users\user\Desktop\ComfyUI_windows_portable\ComfyUI\insightface-0.7.3-cp312-cp312-win_amd64.whl onnxruntime this insight face I get this C:\Users\user\Desktop\ComfyUI_windows_portable\python_embeded\Scripts\python.exe' is not recognized as an internal or external command,operable program or batch file. same for requirements.txt as well
I can't install insightface I downloaded the version needed for my python version (3.12) but I don't have an embedded python folder since I'm running on linux. Im running Comfyui in a conda virtual environment. The environment is setup correctly and works fine, I just can't figure out how to install this insight-package (insightface-0.7.3-cp312-cp312-win_amd64.whl) Someone here who can help with this?
Download prebuilt Insightface package for you Python version. then (ComfyUI Portable) run CMD Then update your PIP . python_embeded\python.exe -m pip install -U pip Then install Insightface: python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12) You have to put insightface-0.7.3-cp312-cp312-win_amd64.whl file in the correct Comfyui folderm It's work on root or in python_embeded folder if you are using (ComfyUI Portable)
@@MunKaw-ui I get this system cannot find the path specified at the last step python_embeded\Scripts\python.exe -s -m pip install -r requirements.txt onnxruntime
Thanks But I followed everything through to the letter and the output looks completely different form the original image every time.
after having some problems I reinstalled python and comfy I have to install pulid rn but when I try to install for example C:\Users\user\Desktop\ComfyUI_windows_portable\python_embeded\Scripts\python.exe -m pip install C:\Users\user\Desktop\ComfyUI_windows_portable\ComfyUI\insightface-0.7.3-cp312-cp312-win_amd64.whl onnxruntime this insight face I get this C:\Users\user\Desktop\ComfyUI_windows_portable\python_embeded\Scripts\python.exe' is not recognized as an internal or external command,operable program or batch file.
same for requirements.txt as well
I got an error
"forward_orig() takes from 7 to 9 positional arguments but 10 were given"
Go into your comfyui folder > cmd > git reset --hard cc9cf6d1bd957d764ad418258b61d7e08187573b
I can't install insightface I downloaded the version needed for my python version (3.12) but I don't have an embedded python folder since I'm running on linux. Im running Comfyui in a conda virtual environment. The environment is setup correctly and works fine, I just can't figure out how to install this insight-package (insightface-0.7.3-cp312-cp312-win_amd64.whl) Someone here who can help with this?
Throws up an error in the console. ".whl is not a supported wheel on this platform" when i try to install insightface
Download prebuilt Insightface package for you Python version.
then (ComfyUI Portable) run CMD
Then update your PIP . python_embeded\python.exe -m pip install -U pip
Then install Insightface:
python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10)
or python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11)
or python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12)
You have to put insightface-0.7.3-cp312-cp312-win_amd64.whl file in the correct Comfyui folderm
It's work on root or in python_embeded folder if you are using (ComfyUI Portable)
seems to be an error with the latest comfyui update
it's tested ! and It's work with the latest comfyui update !
You just need to carefully follow the instructions for installation.
@@MunKaw-ui I get this system cannot find the path specified at the last step python_embeded\Scripts\python.exe -s -m pip install -r requirements.txt onnxruntime