Skip to content

Commit

Permalink
local run
Browse files Browse the repository at this point in the history
  • Loading branch information
csokun committed Jul 10, 2024
1 parent f32a644 commit 50cf74d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ services:
build: .
image: comfyui
restart: unless-stopped
command: ["python", "main.py", "--listen", "--lowvram"]
ports:
- "8188:8188"
# environment:
# - CUDA_LAUNCH_BLOCKING=1
volumes:
- ./input:/app/input
- ./output:/app/output
- ./models:/app/models
- ../models:/app/models
- ./custom_nodes:/app/custom_nodes
tty: true
deploy:
Expand Down
5 changes: 4 additions & 1 deletion requirements_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ yacs
mediapipe
svglib

imageio-ffmpeg
imageio-ffmpeg
librosa
color-matcher
huggingface_hub

0 comments on commit 50cf74d

Please sign in to comment.