- There are cases where the package you are trying to install is already being used by another custom node that has been loaded.
- This issue occurs only on Windows.
- Please close ComfyUI and execute install.py directly using Python in the custom_nodes/ComfyUI-Impact-Pack directory.
- In case portable version:
- goto ComfyUI_windows_portable directory in cmd
- execute
.\python_embeded\python -s -m custom_nodes\ComfyUI-Impact-Pack\install.py
- In case venv:
- activate venv
- execute
python -s -m custom_nodes\ComfyUI-Impact-Pack\install.py
- Others:
- Please modify the path of 'python' according to your Python environment.
- execute
(YOUR PYTHON) -s -m custom_nodes\ComfyUI-Impact-Pack\install.py
- In case portable version:
- Please also note that this issue may be caused by a bug in xformers 0.0.18. If you encounter this problem, please try adjusting the guide_size parameter.
- guide_size changed from 256 -> 192