ComfyFlowApp icon indicating copy to clipboard operation
ComfyFlowApp copied to clipboard

From comfyui workflow to web app, in seconds

Results 16 ComfyFlowApp issues
Sort by recently updated
recently updated
newest added

The below workflow is works fine in comfyui: [workflow.json](https://github.com/xingren23/ComfyFlowApp/files/14704510/workflow.json) Input image: ![girl_0](https://github.com/xingren23/ComfyFlowApp/assets/19872828/e4e415a1-aa79-4ed0-95b6-f2e78fa2b522) Output image: ![output](https://github.com/xingren23/ComfyFlowApp/assets/19872828/2bee6015-ebeb-4523-a8eb-1cccab6e84ca) But comfyflowapp can not get the outputs from comfyui after this workflow finished: ``` 2024-03-22...

2024-02-14 15:47:19.643 Uncaught app exception Traceback (most recent call last): File "D:\anaconda3\envs\comfyflowapp\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 530, in _run_script self._session_state.on_script_will_rerun(rerun_data.widget_states) File "D:\anaconda3\envs\comfyflowapp\Lib\site-packages\streamlit\runtime\state\safe_session_state.py", line 61, in on_script_will_rerun self._state.on_script_will_rerun(latest_widget_states) File "D:\anaconda3\envs\comfyflowapp\Lib\site-packages\streamlit\runtime\state\session_state.py", line 500, in on_script_will_rerun...

The crystools.monitor regularly communicates with comfyui through websocket to obtain the status of CPU, GPU and other resources, like below: When comfyflowapp communicates with comfyui through websocket, it will receives...

你好,api服务是否支持自建? ``` set COMFYFLOW_API_URL=https://api.comfyflow.app ``` API必须用这个地址吗?

Can be found here: https://huggingface.co/h94/IP-Adapter-FaceID/tree/main Common upscalers: 4x Ultrasharp, Remacri, NMKD, etc.

感觉未登录状态可以有使用app的权限,但不应该有uninstall的权限。

看了一下好像不能直接替换图片,自动生成的图标压缩得厉害,而且变形,多谢。

``` File "C:\comfyflowapp-python-3.11-amd64\python-3.11.7-embed-amd64\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 530, in _run_script self._session_state.on_script_will_rerun(rerun_data.widget_states) File "C:\comfyflowapp-python-3.11-amd64\python-3.11.7-embed-amd64\Lib\site-packages\streamlit\runtime\state\safe_session_state.py", line 61, in on_script_will_rerun self._state.on_script_will_rerun(latest_widget_states) File "C:\comfyflowapp-python-3.11-amd64\python-3.11.7-embed-amd64\Lib\site-packages\streamlit\runtime\state\session_state.py", line 500, in on_script_will_rerun self._call_callbacks() File "C:\comfyflowapp-python-3.11-amd64\python-3.11.7-embed-amd64\Lib\site-packages\streamlit\runtime\state\session_state.py", line 513, in _call_callbacks self._new_widget_state.call_callback(wid) File...

How can I create more input params when configuring a workflow UI?