Install insightface python ai SOLUTION: Downgrade python to 3. py, place it next to your . gz (439 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to pip install insightface==0. Have you run the script to load your build env variables first, eg "C:\Program Files python --version I need to install Visual C++ click here! We also need to install onnx. Even in the version 3. working now after doing this. After that, type python and enter, then type import dlib to check dlib is installed perfectly. Its detection performance is amazing even in the crowd as shown in the following illustration. You can find it on the ControlNet wiki page: insightface-error-solution Have you installed insightface? I also use the portable version of comfyui, and what I noticed was that Python gor comfyui looks on this folder for Python libraries, ComfyUI_windows_portable\python_embeded\Lib\site-packages Problem is that at least for me, is that Python install the libraries needed in hidden C user local roam folder or Hi, Relative imports is a bad style which can cause building errors. 2021-06-05: We launch a Masked Face Recognition Challenge & Workshop on ICCV 2021. Install Inference Backend. preparation のつづき. exe -m pip install -U pip; Then install Insightface: (SD WebUI) pip install insightface-0. \python. I know the secret now, it comes from the cython source code. venv) > pip install insightface==0. 25. Install Visual Studio first, just check two options python and c++ for desktop and follow the instructions on screen. Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. 6 and 3. 2) I copied the “\include” and “\libs” folders from there to the “D:\a1111\ComfyUI_windows_portable\python_embeded” directory. 6-1. 11 moment Thanks for spotting this issue . See the License on GitHub. whl or cp311 for python 3. You signed in with another tab or window. 11 Roop nécessite des packages C++ et Python qui ne sont pas disponibles par défaut sur Windows. 3 I get this error that I can't make heads or tails of. cython' as data is deprecated python. Had to update pip and install insightface manually. 4 and 3. whl. 11) or pip install insightface-0. Easily swap faces between images using python with this tutorial on the open source python package InsightFace. How you set up the build environment varies depending on which version of Python you are using. 8. If you have inisghtface already installed remove it with python_embeded\python. . Starting from insightface>=0. The master branch works with PyTorch 1. 0 (v1. 2 Documentation. opencv-contrib-python. 10, use pip install insightface-0. ai. 5 install insightface, it works correctly. org are signed with with an Apple Developer ID Installer certificate. During the install, make sure to include the Python and C++ packages. model_zoo import model_zoo 如果存在这里问题处理完后运行python - m pip install insightface==0. onnx swapping model from googledrive and put it under ~/. Reply reply did you make sure to include the Python and C++ packages when you installed the Visual Studio Community version? I couldn't get it to work until I installed microsoft SDK tookit. I will check with cubiq, in case something went wrong with one The code of InsightFace is released under the MIT License. params and *. The folders insightface and insightface-0. whl" Replace "PATH" with the actual paths on your system. Easy enough to have it download insightface 3. Alternative: Instead of Insightface, now you can also use MediaPipe(opensource) by Google for commercial purpose in deployment but the face detection will not be as good as Insight face. whl and You signed in with another tab or window. yyoouu commented Download the original insightface zoo weights and place *. Most of them are copied from keras. whl succeeded but the ReActor install continues to fail. 872 kB. Then use the recognition model from our buffalo_l pack and initialize the INSwapper class. 3" in your command window as your first step? This usually solves a lot of issues with insightface errors during install. x installs I still had this problem, the line: #include "Python. 3-cp310-cp310 First, confirm I have read the instruction carefully I have searched the existing issues I have updated the extension to the latest version What happened? ComfyUI is up to date, this is the portable version. Also, for clarity since I spun my wheels for an hour on this also. venv location, and put the following contents in it (and preferably edit its inface_models path if your ComfyUI folder isn't exactly named "ComfyUI" at that exact path, because if you provide a correct path to the models directory, you can reuse the existing model in the ComfyUI installation; if the path cannot be (For Windows users) If you still cannot build Insightface for some reasons or just don't want to install Visual Studio or VS C++ Build Tools - do the following: (ComfyUI Portable) From the root folder check the version of Python: run CMD and type python_embeded\python. First of all, if you can't install it for some reason, don't open an issue here. import app Issue Description When I attempt to use any of the Face script modules, SDNext tries to install the insightface module, but consistently fails without explanation. 0-pre release Installing insightface using Docker container How to Install insightface on windows by using anacondahttps://github. Reply reply The code of InsightFace is released under the MIT License. In this case, there’s not much you can do but downgrade your Python version to the one supported by the package. 3; pip install onnx; pip install "onnxruntime-gpu>=1. 11. thirdparty. pip install opencv-python==, then install the version you require ***** ##### # Package would be ignored # ##### Python recognizes 'insightface. Contribute to Gourieff/Assets development by creating an account on GitHub. But to be fair with that said installation method, the file was just in the 1. 2; only versions >=3. 10 or for Python 3. Research institutes and industrial organizations can get benefits from InsightFace InsightFace Python Library. h" And some others, I can edit them manually, it is a bad practice. 20. ai > python_embeded\ python. InsightFace efficiently implements a wide variety of state-of-the-art algorithms for face recognition, face detection, and face alignment, which are optimized for both training and deployment. That is qu Saved searches Use saved searches to filter your results more quickly insightface is failing to import so i'm doing the trouble shooting steps i'm on python version 3. The text was updated successfully, but these errors were encountered: import insightface File "C:\SDComfyUI\python_embeded\lib\site-packages\insightface_init_. Use 3. 3即可。 最后可以通过命令python -m pip show insightface查看是否成功安装insightface,如果成功则会显示insightface的相关信息。 First, confirm. gz (439 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to Collecting insightface Using cached insightface-0. whl (5. Run this command: pip install insightface==0. In my case, it didn't even work with python -m pip install Then, i add this. Run the following command in the terminal: pip InsightFace: 2D and 3D Face Analysis Project. I've tried other methods, and it seems to solve most of my recent problems. whl (for Create a file named test-insightface. an open source 2D&3D deep face analysis toolbox, mainly based on PyTorch and MXNet. h C:\Users 今回はPythonで顔認識としてのパッケージであるinsghtfaceのインストール方法とinsightfaceを使用したプログラムを作成していきます。Pythonで用意されている様々なパッケージを利用することで簡単に顔認識としてのプログラムを作成できます。ぜひこの機会に使い方を知っていただければと思います。 We would like to show you a description here but the site won’t allow us. py loads image data as tf. Another you should try that run the Command Prompt as Run as Administrator and then try pip install. Other backbones like ResNet101V2 is loaded from keras. Recognize and manipulate faces with Python and its support libraries. (. 26. If it still fails, and you have all the dependencies, and you have the right packages from visual studio and you still can't install insightface, try (this should install insightface, but if not, you can install it manually later) Place the . ★insightfaceとfuture、basicsrの設定コマンド ComfyUIが起動していない状態で、python_embededフォルダで以下を実行: python -V python -m pip install -U pip python -m pip install insightface-0. Install. This noteboook contains demos from gender & age recognition and face swapping. images' as an importable package[^1], but it is absent from setuptools' `packages and as expected, install with Python 3. Contact Us: contact@insightface. I am installing some python packages of an existed project and I am getting this error: error: Microsoft Visual C++ 14. 6 on portable ComfyUI,I broke all the nodes with insightface and try reinstall,fix and etc all nodes but unsuccessfully. As of Python 3. For ``insightface<=0. I have read the instruction carefully; I have searched the existing issues; I have updated the extension to the latest version; What happened? After running the install of VS 2022, and the install from URL, ReActor The code of InsightFace is released under the MIT License. If you need a non-GUI OpenCV: pip install opencv-python-headless. 18. org, find the installer fitting your operating system and install it choosing to add CMAKE to your path. 11" manually, then this was the main command I needed to run in cmd from the base comfyui_windows_portable Try pip install --upgrade pip setuptools and then pip install insightface==0. buildin_models. dist-info in C:\Automatic1111\webui\venv\Lib\site-packages are present. 2, you must first download the model package by command: You can simply create a new model directory under ~/. 0-cp36-cp36m-win_amd64. Commented Jan 2 at 18:49. It should work it should be path problem. json files to resource/{model}. from insightface. py to convert and test pytorch weights. 0 currently not work for my rx480). Run python scripts/convert. The code of InsightFace is released under the MIT License. Google your errors. This method worked for Hi, I'm new to SD and currently use directml version to run SD. 16. Copy link Author. Copy the "insightface" folder to ComfyUI: After the installation, a folder named "insightface" should appear. Install pip install insightface==0. Installation method of Autumn Leaf Starter. whl Processing d:\programy\comfyui\insightface-0. whl file where you want, e. The project uses MTCNN for detecting faces, then applies a simple alignment for each detected face and feeds those aligned faces into embeddings model provided by InsightFace. By Jia Guo and Jiankang Deng. This Some notes: Need PyTorch 1. Now run this command: pip install insightface==0. 3, roop will not work. 6 So whenever I try to run pip install insightface==0. ; data. exe - open file location if the module not in that location type cmd and press enter in path now install module with pip install cython it will work fine pip install x. If you run pip show pip directly, it may be calling a different pip than the one that python is calling. Like: python -m pip install mitmproxy --user. 2 NVIDIA GeForce GTX 1080 GeForce Game Ready ドライバ 456. 12. I will make a note in the readme about Python 3. The text was updated successfully, but these errors were encountered: Run the command python. model_zoo import model_zoo replace with. Basic Modules. More importantly, once you are done with pip installing insightface: - Download the antelope model release from onedrive. pip install mxnet==1. exe-m pip show insightface Name: insightface Version: 0. 3 – InsightFace is an integrated Python library for 2D&3D face analysis. InsightFace Python Library. 1. However, any additional CMake flags can be provided via environment variables as described in step 3 of the manual build python_embeded\python. cython' as an importable package, but it is not listed in the `packages` configuration of setuptools. Given that it is indeed annoying, I have reproduced the issue on Windows 10 multiple times (hopefully does not change after the time of writing) and you can follow the below steps to install: First of all, I went to look for a solution on github, and I tried to install a insightface manually For the first try i have Windows Python 3. 11 instead, compatibil,ity issue resolved :) insightface-releases / insightface-0. If you only check Python and C++ Desktop, it makes a 9,11 Gb installation. 3-py3-none-any. Both are working for me now. 1 CUDA Toolkit 10. Installing InsightFace: Finalize the setup by installing the InsightFace package. What is the correct way to install insightface in ComfyUI? They explain all the things under the 'Troubleshooting' section, of that link. 2 MB) Requirement already satisfied: moviepy in pip install --no-binary opencv-python opencv-python; pip install --no-binary :all: opencv-python; If you need contrib modules or headless version, just change the package name (step 4 in the previous section is not needed). This tutorial I was writing for github but thought I'd share it in Reddit. 9-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 # Set the working directory in the container WORKDIR /app # Install system dependencies including libgl1-mesa-glx and others RUN apt-get update && apt-get install -y --no-install-recommends \ libgl1-mesa-glx The code of InsightFace is released under the MIT License. exe -m pip install D:\Programy\ComfyUI\insightface-0. 10 instead of 3. whl Requirement already satisfied: numpy in d:\programy\python\lib\site-packages (from insightface==0. 8, with Python 3. whl python -m pip install basicsr Hi, According to the user guide : On Windows, download and install Visual Studio. 8be7c04 verified 10 months ago. A1111 Portable and ROOP on the same Windows Ok. I did a fresh install of windows 10, downloaded and installed A4-Directml v1. Nvidia GPU RTX For insightface==0. tar. 1 onnxruntime moviepy 4. dataset for training. and it worked fine. By install cmake it means go to cmake. Got this error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. 3 Summary: InsightFace Python Library Home-page: https: // github. InsightFace: 2D and 3D Face Analysis Project. 1-py2. VideoCapture(0)). 10. [!] [!] 'insightface. As, i am installing through anaconda Prompt . May be you won't get any errors, after successful install just execute the Stable Diffusion webui and head to "Extension" tab My mistake before was trying to install insightface for python 3. 11 are supported. Then install insightface. exe -m pip install insightface-0. If not you need to manually install insightface, activate venv first then pip install insightface or use wheel (if you google you‘ll find many people use that solution to get a version of inisightface that will work for sure, make sure you’ve got matching python and wheel versions if going that route). x. 3-cp310-cp310-win_amd64. import model_zoo File (SD WebUI) python -m pip install -U pip (ComfyUI Portable) python_embeded\python. py3-none-any. This new python library allows you to swap fa Don't enter in the python shall, Install in the command directory. 3 sudo apt-get install python-dev # for python2. 11, and the script in Krita points to install insightface compatible with 3. 3 Python 3. data. The GitHub requires numpy>=1. 0. 3-cp312-cp312-win_amd64. 3 which is not available for Jetson Nano. Collecting insightface Using cached insightface-0. 3) (1. Desktop Development with C++ : This can be installed via Visual Studio Installer to ensure compatibility with the Insightface seems to be not installed properly. 1 pip install onnxruntime==1. ai License: MIT Location: E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages Requires RetinaFace is a deep learning based cutting-edge facial detector for Python coming with facial landmarks. Installation. post0 pip install -U insightface==0. After that, I executed the command “python -m pip install insightface” in the “D:\a1111\ComfyUI_windows_portable\python_embeded” directory. + you don't have to write the python 3 instead just python. exe : https://github. In case of any installation errors for insight face, it can be fixed from the troubleshooting section. pip3 install insightface Examples from LivePortrait’s repository. 2, we use onnxruntime as inference backend. And it gives me this error: I have tried following every single instruction I can find but nothing works, please help. (It contains two pre-trained models for detection and recognition). insightface. whl python -m pip install future-0. mesh. It is relatively simple to install using the Autumn Leaf Launcher. It is a mystery that onnxruntime wasn't installed, given that comfy+manager+ipadapter are all in a brand-new environment from 2 days ago 🤔 Nonetheless, if this is unrelated to the manager, then sorry for the hassle. Yes, this is how the instruction says. (VERY IMPORTANT) Just reboot your machine. x = whatever module it says you are missing. txt python_embeded\python. 0 is required. Ensure that the image contains a clear frontal face. Steps to reproduce the @akx I see, they should remove the method of installation. insightface/models/. 22. 3. exe -VDownload prebuilt Insightface package for Python 3. Steps to reproduce the problem. insightface のモデルをダウンロードして (解凍して) 配置するようにとあるので、そのとおりにし Python recognizes 'insightface. This amazing model can be run directly using Python, but to make things easier, I will show you how to download and run LivePortrait using ComfyUI, the Warning: Failed to install insightface==0. InsightFace efficiently implements a rich variety of state of the art algorithms of face recognition, face detection and face alignment, which optimized for After installing the extension in A1111, you also need to run "pip install insightface==0. 3-cp311-cp311-win_amd64. I assume many people will initially use the first option, but that does not install a Python venv in the /webui directory. Choose the command that corresponds to your Python version: for Python 3. Also this is after Some notes: At the end of the day you are really forced to bite the sour apple of installing the insanely large 7+GB of Visual Studio related build bloat. Refer to the Python WindowsCompilers wiki topic for instructions appropriate to your particular Python version. For my attempt to install the tiny python c-project here, you have to 注意: 从源码编译的PaddlePaddle版本号为0. 9 or higher installed on your system. Examples: $ python -m pip show pip $ python3 -m pip show pip $ /usr/bin/python -m pip show pip $ /usr/local/bin/python3 -m pip show pip RuntimeError: Cannot install on Python version 3. On Windows, download and install Visual Studio. For troubleshooting, I have tried different browsers (Firefox and Chrome) You signed in with another tab or window. It falls under the The master branch works with PyTorch 1. pip install insightface==0. The first listed is the "Installation on Windows 10/11 with NVidia-GPUs using release package", and the second is "Automatic Installation on Windows". (Troubleshooting)) I. exe -m pip install insightface, if using Powershell you might need to prepend commands with . Triplet dataset is FROM python:3. To get more help, please check with the insightface team to see if they support the Jetson environment. I have the file. ##### # Package would be ignored # ##### Python recognizes 'insightface. 1 Using cached insightface-0. Then open command prompt and do the same as step 2 which is, write this command "python -m pip install" after this command space first then paste the link copied. ai InsightFace is an integrated Python library for 2D&3D face analysis. Face Image for Swapping: You can specify the path to the face image you want to use for swapping by providing the file path to face_want_to_swap. 71. \python_embeded\pyth Installer packages for Python on macOS downloadable from python. 0rc0及之后的源码编译。 ArcFace-paddle基于PaddlePaddle高性能的分布式训练能力,若您从源码编译,请确保打开编译选项,WITH_DISTRIBUTE=ON。具体编译选项参考编译选项表。; 在docker中运行时,为保证docker容器有足够的共享内存用于Paddle (simswap) E:\AI\SimSwap-main>pip install insightface==0. txt I tried the troubleshooting steps for installing insightface: Ran this:python_embeded\python. I encounte Sudo allows you to run the command with the privileges of the superuser and will install the package for the global, system-wide Python installation. 3 – sneha. You have to install ``onnxruntime-gpu`` manually to enable GPU inference, or install Python: Make sure you have Python 3. com/comfyanonymous/ComfyUIInsightFace Wheels: https://github. 7. You switched accounts on another tab or window. 0,请确保使用了PaddlePaddle 2. Then it should work. Сейчас ComfyUI переустановил и все. exe Firstly install insightface python library, with version>=0. Get it with "Microsoft Visual C++ Build Tools": https://visual from insightface. ai Run the following command to install InsightFace:. exe -m pip install PATH\insightface-0. history blame contribute delete Safe. cython' has been automatically added to the distribution only Installing 'insightface. 11 version of the download i the troubleshooting steps but once i get to the final part i get this error: G:\AI\ComfyUI\ComfyUI_windows_portable>pip install insightface-0. Insightface uses setuptools, Cython, and the Microsoft Visual C++ compiler to perform it's build. / to ensure it doesn't find your global python install on PATH; If all goes well this should compile insightface successfully and you can continue; ComfyUI execution error: [ONNXRuntimeError] : I almost gave up trying to install the ReActor node in comfyui, I tried this as a final step and surely enough it worked! Here you go I did this: I had to copy the site-packages the insightface as well as the insightface-0. After successful installation, there will be insightface files in our python_embeded folder. py", line 18, in from . 0 pip install protobuf==4. app import FaceAnalysis File "D:\comfyui\ComfyUI_windows_portable\python_embeded\lib\site-packages\insightface_init_. It might work might not. Si vous n'êtes pas développeur, la méthode la plus simple pour les installer est d'installer Visual Studio : Pour installer insightface, ouvrez Terminal et exécutez la même commande que pour windows : pip install insightface==0. I have read the instruction carefully; I have searched the existing issues; I have updated the extension to the latest version; What happened? When loading the graph, the following node types were not found: LayerColor: Brightness Contrast ReActorFaceSwap Nodes that have failed to load will show as red on the graph. There is no limitation for both academic and commercial usage. whl Did you run "pip install insightface==0. 6+ and/or MXNet=1. 8 so i'm using the 3. Not inside the python pip cannot be installed inside the python. (For Windows users) If you still cannot build Insightface for some reasons or just don't want to install Visual Studio or VS C++ Build Tools You signed in with another tab or window. Ideally, you should create a virtual environment for the project you are working on. Top News. This behaviour is the source of the following dependency conflicts. 10 for auto111 and 3. exe -V Download prebuilt Insightface package for Python 3. In a virtualenv (see these instructions if you need to create one):. 1 onnxruntime moviepy Collecting insightface==0. x installs sudo apt-get install python3-dev # for python3. whl (24 kB) Collecting onnxruntime Using cached onnxruntime-1. Just follow the steps in the picture below. Dividend9853 Upload 4 files. Alternatively open a cmd into the extensions roop folder and run pip install -r requirements. The results obtained from insightface gender & age recognition . 1" pip install opencv-python; pip install tqdm; Type deactivate, you can close your Terminal or Console and start your SD WebUI, ReActor should start OK - if not, welcome to the Issues section. Finally, a softmax classifier was put とりあえず、ランドマーク検出という「InsightFaceとOpenCVを使う場合のほぼ最小単位での実行の為のサンプルコード」としてお使いください。 インストール 今回のInsightFaceを動かすための前提パッケージなどは以下の通り。 Раньше с бубнами, но получалось поставить. insightface 是一個整合2D和3D深度臉部分析功能的開源Python函式庫, 如果需要在 ComfyUI 使用Roop、Reactor、Faceswap、IPAdapter 、InstantID 用到臉部偵測相關的ComfyUI Custom Node都需要在ComfyUI安裝到insightface python. backbones basic model implementation of mobilefacenet / mobilenetv3 / efficientnet / botnet / ghostnet. 3" as described in the readme file. In a virtualenv (see these instructions if you need to create one): pip3 install insightface Reinstall InsightFace via whl file: python. insightface/models/ and replace the pretrained models Try pip install --upgrade pip setuptools and then pip install insightface==0. python -m pip install <package_name> --user It works for me. I downloaded the file/link labeled "for Python 3. Уже и по инструкции основной попробовал и в ручном варианте, и "ComfyUI_windows_portable\python_embeded" directory, run the command: python. opencv-python-headless. You signed out in another tab or window. com/alc pip install opencv-contrib-python. 2021-05-15: We released an efficient Update: This worked: python_embeded\python. 7,<3. applications in train. 7: pip install -U insightface Second, download the inswapper_128. go to windows search for python idle right click idle - open file location where right click on python. com / deepinsight / insightface Author: InsightFace Contributors Author-email: contact @insightface. 4 It works for me это C:\Windows\system32>python. 4. download Copy download link. 10) or pip install insightface-0. It is relatively simple to install using the So, I tried to install by going to the python _embedded directory and using pip install insightface in it, but when I use the workspace, I still get insightface not installed error. exe -m pip install insightface. whl (for 3. There are two ways to install A1111. I ran Procmon64 during the attempt and captured 9 NAME NOT FOUND events for Python. ai Okay, check your venv folder if there’s an insightface subfolder in it. If you need to install specific version you can use == to check the available version first like. 12 ended to error: If you face insightface issue, do following: pip install protobuf==3. This file is stored original python-3. InsightFace efficiently implements a rich variety of state of the art algorithms of face recognition, face detection and face alignment, which optimized for both Hi, I'm new to SD and currently use directml version to run SD. 0b1 (2023-05-23), release installer packages are signed with certificates issued to the Python Software Foundation (Apple Developer ID BMM5U3QVKW)). 2. Maybe this is a bug of cinder. Example: PATH\ComfyUI_windows_portable\python_embeded\ Install insightface using pip by executing the following command: "PATH\ComfyUI_windows_portable\python_embeded\python. h at: C:\Users\<username>\AppData\Local\Temp\pip-build-env-dfsosiez\overlay\Lib\site-packages\Cython\Includes\cpython\Python. Most likely, the library developers need more time to support the latest Python version. Oh sorry, it seems I misunderstood you. 3 pip install insightface. First, make sure you have the C++ and Python development packages in the Visual Studio install. exe -m pip install numpy==1. Ex - pip install insightface. cython' as an importable package, [!] but it is not listed in the packages configuration of setuptools. The safest way is to call pip through the specific python that you are executing. 11 for ComfyUI Portable. com/deepinsight/insightface/tree/masterFiles:vs_BuildTools. you can proceed to install face (For Windows users) If you still cannot build Insightface for some reasons or just don't want to install Visual Studio or VS C++ Build Tools - do the following:(ComfyUI Portable) From the root folder check the version of Python:run CMD and type python_embeded\python. I did as describedm and that resolved the "can't install on this platform" issue, since installed python is 3. com/Gourieff/Assets/tree/main/InsightfaceCommands: . 1 pip install onnx==1. The training data containing the annotation (and the models trained with these data) are available for non-commercial research purposes only. face3d. ComfyUI: https://github. The text was updated successfully, but these errors were encountered: All reactions. which looks like. Copy this folder and I have visual studio 2022 installed,and when i install insightface in another python envirement,erverything is ok. Have a look at this. applications source code and modified. First, confirm. then the dlib will be installed successfully. 11 for ComfyUI portable. Regarding the python Try running pip as an executable like this: Camera Selection: If you have multiple cameras connected to your computer, you can change the camera index in the script (camera = cv2. Then you can install it with python_embeded\python. InsightFace efficiently implements a wide variety of state-of-the-art algorithms for face recognition, face insightface. g \Comfy\ComfyUI then run CMD in that directory and type-in: python -m pip install -U pip when it's done, type in: pip install insightface-0. dist-info from python311 to ComfyUI_windows_portable - python_embeded - lib - site-packages. Reload to refresh your session. Consider; from . 5``, we use MXNet as inference backend. exe -m pip install insightface After this, InsightFace should be successfully installed, and you should be able to install and use InstantID without any issues! 👍 1 nakedfighter3d reacted with thumbs up emoji The code of InsightFace is released under the MIT License. py", line 16, in from . 🙏 I'm still getting the hang of the new front end, sorry about that. exe -m pip install lib/insightface-0. In Python 2 I can install a set of packages via pip preferring binary packages over source packages (meaning: fallback to source if binary not found) with: (1) pip install --prefer-binary -r requirements. qrgryfzkqyqfylkcvcbknszfsmjeannudrjwxeqqvshmjmymvv