Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Upload Error #60

Open
curlysasha opened this issue Feb 9, 2024 · 1 comment
Open

Upload Error #60

curlysasha opened this issue Feb 9, 2024 · 1 comment

Comments

@curlysasha
Copy link

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 "C:\comfyflowapp-python-3.11-amd64\python-3.11.7-embed-amd64\Lib\site-packages\streamlit\runtime\state\session_state.py", line 260, in call_callback
    callback(*args, **kwargs)
File "C:\comfyflowapp-python-3.11-amd64\ComfyFlowApp\modules\new_app.py", line 276, in submit_app
    app_config = gen_app_config()
                 ^^^^^^^^^^^^^^^^
File "C:\comfyflowapp-python-3.11-amd64\ComfyFlowApp\modules\new_app.py", line 241, in gen_app_config
    node_id, param, input_param1_inputs = get_node_input_config(
                                          ^^^^^^^^^^^^^^^^^^^^^^
File "C:\comfyflowapp-python-3.11-amd64\ComfyFlowApp\modules\new_app.py", line 155, in get_node_input_config
    if isinstance(class_input[param][0], str):
@xingren23
Copy link
Owner

comfyui maybe lack some custom node

you could check the workflow could run in your comfyui instance

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

No branches or pull requests

2 participants