Closed gnewtzie closed 1 year ago
You can install the pre-built Insightface package for Python 3.11, just follow the instruction: https://github.com/Gourieff/comfyui-reactor-node#insightfacebuild
crap sorry, i missed the link on that page. my mistake
On Thu, Nov 9, 2023 at 10:37 PM Art Gourieff @.***> wrote:
You can install the pre-built Insightface package for Python 3.11, just follow the instruction: https://github.com/Gourieff/comfyui-reactor-node#insightfacebuild
— Reply to this email directly, view it on GitHub https://github.com/Gourieff/comfyui-reactor-node/issues/100#issuecomment-1805073678, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNK35GNB6QRK7SAAIFDBHDYDWVQFAVCNFSM6AAAAAA7FCXVOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGA3TGNRXHA . You are receiving this because you authored the thread.Message ID: @.***>
-- Luck is what happens when preparation meets opportunity.
First, confirm
What happened?
Tried to install the custom node and it won't install because insightface won't compile in a python 3.11 environment. Need to either get a precompiled whl that matches or figure out why insightface won't compile in the portable environment. Here is the issue --> insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp(36): fatal error C1083: Cannot open include file: 'Python.h': No such file or directory
Steps to reproduce the problem
Your workflow Download the stable comfyui portable edition Install custom reactor node Run Install.bat run \python_embedded\python -m pip install cython (due to the error about cython missing) Run Install.bat
Sysinfo
Windows 11 VS 2022
Relevant console log
Additional information
No response