From 847486e064c86b7288c879ea4f53b6611891d4ae Mon Sep 17 00:00:00 2001 From: ethanfel Date: Wed, 31 Dec 2025 14:45:03 +0100 Subject: [PATCH] Update PostArgs to run app.py instead of stream_editor.py --- my-Comfyui-Json-Manager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-Comfyui-Json-Manager.xml b/my-Comfyui-Json-Manager.xml index 5f83b5a..596cfbb 100644 --- a/my-Comfyui-Json-Manager.xml +++ b/my-Comfyui-Json-Manager.xml @@ -15,7 +15,7 @@ - /bin/sh -c "pip install streamlit opencv-python-headless && cd /app && streamlit run stream_editor.py --server.headless true --server.port 8501" + /bin/sh -c "pip install streamlit opencv-python-headless && cd /app && streamlit run app.py --server.headless true --server.port 8501"" 1767096338