AITemplate icon indicating copy to clipboard operation
AITemplate copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: \\ComfyUI\\custom_nodes\\AITemplate-main\\__init__.py'

Open DuckersMcQuack opened this issue 1 year ago • 0 comments

FileNotFoundError: [Errno 2] No such file or directory: 'D:\Stablediff\Comfyuimanual\ComfyUI\custom_nodes\AITemplate-main\init.py'

Removed and manually downloaded the custom node, but it can't find this file which i can confirm isn't there.

Or are these commands that makes it?

cd python
python setup.py bdist_wheel
pip install dist/*.whl --force-reinstall

DuckersMcQuack avatar Sep 19 '24 13:09 DuckersMcQuack