mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 14:02:37 +08:00
Fix: Add --cpu flag for CPU-only mode
This commit is contained in:
parent
64ff3688a9
commit
e2f7fc9f03
@ -22,5 +22,5 @@ RUN pip install --no-cache-dir \
|
||||
ENV PORT=8188
|
||||
EXPOSE 8188
|
||||
|
||||
# Başlat
|
||||
CMD python main.py --listen 0.0.0.0 --port ${PORT}
|
||||
# Başlat - CPU modunda çalıştır
|
||||
CMD python main.py --listen 0.0.0.0 --port ${PORT} --cpu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user