mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-12 22:42:36 +08:00
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:
parent
a5ed5febf3
commit
eff57ada77
@ -177,7 +177,7 @@ def main():
|
|||||||
port = os.environ.get('PORT', '8188')
|
port = os.environ.get('PORT', '8188')
|
||||||
listen = os.environ.get('LISTEN', '0.0.0.0')
|
listen = os.environ.get('LISTEN', '0.0.0.0')
|
||||||
|
|
||||||
# ComfyUI command
|
# ComfyUI command - main.py dosyası mevcut dizinde
|
||||||
cmd = [
|
cmd = [
|
||||||
sys.executable, 'main.py',
|
sys.executable, 'main.py',
|
||||||
'--listen', listen,
|
'--listen', listen,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user