Replies: 4 comments 1 reply
-
You install in NOWHERE. (In this situation). === |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
But you can't install install.py -- you need to install Insightface first. You should download .whl file compatible to version of your Python. You need to find YOUR version of file, download them in folder which you like and launch installing them with terminal. As example: Here is links on variants of .whl files for Windows, for Python 3.10, Python 3.11, Python 3.12 and Python 3.13: https://github.com/Gourieff/ComfyUI-ReActor?tab=readme-ov-file#troubleshooting For getting quick help, you better ask ChatGPT, as example here - https://gpt-chatbot.ru/ - and ask in your native language - what exactly do you need to do. |
Beta Was this translation helpful? Give feedback.
-
Can't understand what problem exactly do you have now. Reactor nodes make their work, or not? Do you success making face swap with Reactor? If you have properly installed Insightface and all models downloaded, you can delete folder 'Reactor' from custom nodes and replace it with uncensored Reactor - download ZIP from https://codeberg.org/Gourieff/comfyui-reactor-node and unpack them as ~\ComfyUI\custom_nodes\comfyui-reactor-node |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I cannot get the reactor node to install. when I try to go through the comfyui manager, It says failed to clone the repo.
Even if I use the terminal to download it into the custom nodes folder, and then run the install, comfy still does not show it as installed. I saw something about insightface but not sure what. I am using the comfyui desktop if that matters.
this is what I get in terminal when I try to run the install from the folder:
`I couldn't find an embedded version of Python, but I did find Python 3.12.8 in your Windows PATH.
Would you like to proceed with the install using that version? (Y/N)
y
Installing...
Traceback (most recent call last):
File "C:\Users\Richard\Documents\ComfyUI\custom_nodes\comfyui-reactor\install.py", line 7, in
from pkg_resources import get_distribution as distributions
ModuleNotFoundError: No module named 'pkg_resources'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Richard\Documents\ComfyUI\custom_nodes\comfyui-reactor\install.py", line 9, in
from importlib_metadata import distributions
ModuleNotFoundError: No module named 'importlib_metadata'
Done
Press any key to continue . . .`
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions