Hello, I understand I am be a little early to the party, but really excited for this :-)
I've just tried to install comfy-cli on windows following the steps in the readme, but have ran into some issues
python - 3.12.3
windows 11
mkdir comfy-cli
cd comfy-cli
python -m venv venv .
venv\Scripts\Activate
python -m pip install comfy-cli
comfy install
results in:
C:\comfy-cli> comfy install
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\comfy-cli\venv\Scripts\comfy.exe\__main__.py", line 4, in <module>
ModuleNotFoundError: No module named 'comfy'
Hello, I understand I am be a little early to the party, but really excited for this :-)
I've just tried to install comfy-cli on windows following the steps in the readme, but have ran into some issues
python - 3.12.3
windows 11
results in: