mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 23:12:35 +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
|
ENV PORT=8188
|
||||||
EXPOSE 8188
|
EXPOSE 8188
|
||||||
|
|
||||||
# Başlat
|
# Başlat - CPU modunda çalıştır
|
||||||
CMD python main.py --listen 0.0.0.0 --port ${PORT}
|
CMD python main.py --listen 0.0.0.0 --port ${PORT} --cpu
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user