From eff57ada771dc8ee1af43fb1908be72330490bcf Mon Sep 17 00:00:00 2001 From: Bahadir Ciloglu Date: Sat, 1 Nov 2025 16:32:35 +0300 Subject: [PATCH] Fix RunPod network storage mount and ComfyUI startup - Ensure main.py is accessible in container - Fix model mounting from /runpod-volume/models to /app/models - Improve startup logging for debugging - Container will now properly mount network storage on startup --- start_runpod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_runpod.py b/start_runpod.py index 464ca66ea..fe0a42587 100644 --- a/start_runpod.py +++ b/start_runpod.py @@ -177,7 +177,7 @@ def main(): port = os.environ.get('PORT', '8188') listen = os.environ.get('LISTEN', '0.0.0.0') - # ComfyUI command + # ComfyUI command - main.py dosyası mevcut dizinde cmd = [ sys.executable, 'main.py', '--listen', listen,