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
This commit is contained in:
Bahadir Ciloglu 2025-11-01 16:32:35 +03:00
parent a5ed5febf3
commit eff57ada77

View File

@ -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,