xingren23 / ComfyFlowApp

From comfyui workflow to web app, in seconds
https://comfyflow.app
GNU General Public License v3.0
503 stars 63 forks source link

'streamlit' is not recognized #6

Closed aegis72 closed 10 months ago

aegis72 commented 10 months ago

"H:\ComfyFlowApp\bin>run.bat 'streamlit' is not recognized as an internal or external command, operable program or batch file."

Cloned repo and ran pip + set server, but get the above.

In the install folder, my file list is as follows: image

Any ideas?

xingren23 commented 10 months ago

Thank you for trying out ComfyFlowApp.

It's possible that Streamlit was not installed successfully. You can check if there were any error messages when running "pip install -r requirements.txt." After a successful installation, you can run "streamlit version" to verify.

PS E:\ComfyFlowApp> pip install -r .\requirements.txt Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com 。。。。 PS E:\ComfyFlowApp> streamlit version Streamlit, version 1.27.2

aegis72 commented 10 months ago

I'll take a look in a bit once I can switch to my non-work dev environment. Thanks!