Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: The scripts #174

Open
lunatico67 opened this issue Jan 17, 2025 · 5 comments
Open

WARNING: The scripts #174

lunatico67 opened this issue Jan 17, 2025 · 5 comments

Comments

@lunatico67
Copy link

I just installed comfyui_controlnet_aux and when installing requierments.text everything went fine except these lines:

WARNING: The script mss.exe is installed in 'F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts docutils.exe, rst2html.exe, rst2html4.exe, rst2html5.exe, rst2latex.exe, rst2man.exe, rst2odt.exe, rst2pseudoxml.exe, rst2s5.exe, rst2xetex.exe and rst2xml.exe are installed in 'F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script color-matcher.exe is installed in 'F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Please; How can I solve it?

@kijai
Copy link
Owner

kijai commented Jan 17, 2025

I have no idea what this is about or why anything would look for python library with executable extension... you said you installed comfyui_controlnet_aux, and these messages popped up while doing that?

@lunatico67
Copy link
Author

Hi
Yes, my way to install a custom node, for example KJNodes, first I copy https://github.com/kijai/ComfyUI-KJNodes.git, go to my custom nodes folder (cmd) git clone and copy the link. cd.. twice to get to ComfyUI_windows_portable and copy python_embedded_python.exe -m pip install -r ComfyUI custom_nodes -ComfyUI-KJNodes_requirements.txt
When i press enter requirements install fine except for those warming messages that appear in yellow letters.

@redicee
Copy link

redicee commented Jan 28, 2025

@lunatico67
Have you tried adding F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts to environment variable PATH?

@lunatico67
Copy link
Author

@lunatico67 Have you tried adding F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts to environment variable PATH?

Hi
redicee thanks for the help. I'm sorry but I don't understand; I don't know how to do it, my computer skills are basic. I have installed ComfyUI portable version

@redicee
Copy link

redicee commented Feb 2, 2025

@lunatico67 Have you tried adding F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts to environment variable PATH?

Hi redicee thanks for the help. I'm sorry but I don't understand; I don't know how to do it, my computer skills are basic. I have installed ComfyUI portable version

not sure what type of operating system you're using, but it would look like this in windows 10 or 11.
https://www.eukhost.com/kb/how-to-add-to-the-path-on-windows-10-and-windows-11/

after clicking 'New', paste in the entire path, probably F:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts in your case, and then clicking OK, restart the computer and try again.

*I think the point is to let your computer know where your 'Scripts' folder of comfyui is, so depending on your OS, find a way to try this. (Mine worked after editing the system 'Path' variable, Windows 11.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants