Attention ComfyUl users
The Ultralytics package required for FaceDetailer v8.3.41 and v8.3.42 has been compromised and contains a miner. So far, only macOS and Linux users have been affected.
But to protect yourself on Windows, I recommend uninstalling any Ultralytics and installing version 8.3.40.
Official source: https://blog.comfy.org/comfyui-statement-on-the-ultralytics-crypto-miner-situation/
How to do it:
1. Go to the root of ComfyUI (where the python_embeded folder and the run_nvidia_gpu.bat file are located)
2. In the address bar of the explorer (where you see the path), click in the empty space. The path will be highlighted, erase it and type cmd and press Enter to open the console.
3. In the opened console, execute this code:
set appdata=tmp
set userprofile=tmp
set temp=tmp
set path=python_embeded
python -m pip uninstall
-y ultralytics
python -m pip install
ultralytics==8.3.40
It will remove all Ultralytics packages and install clean, uninfected versions 8.3.40