Everything works until
'# python_embeded'
./python_embeded/python.exe -m pip install -r requirements.txt
= '.' is not recognized as an internal or external command,
operable program or batch file.
/python_embeded/python.exe -m pip install -r requirements.txt
= The system cannot find the path specified.
cd python_embeded
python.exe -m pip install -r requirements.txt
= ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
IDK what im doing wrong, how did anybody manage to install this and have the nodes show up in ComfyUI (portable)?
Everything works until
= '.' is not recognized as an internal or external command,
operable program or batch file.
= The system cannot find the path specified.
= ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
IDK what im doing wrong, how did anybody manage to install this and have the nodes show up in ComfyUI (portable)?