Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 1.08 KB

File metadata and controls

86 lines (62 loc) · 1.08 KB

dockerapps

run apps with docker

1. comfyui

windows

# setup and start (for first time)
./bin/comfyui.ps1 up -d

# stop
./bin/comfyui.ps1 stop

# start
./bin/comfyui.ps1 start

linux

# setup and start (for first time)
./bin/comfyui.sh up -d

# stop
./bin/comfyui.sh stop

# start
./bin/comfyui.sh start

Open in browser: http://localhost:8188

2. facefusion

windows

# setup and start (for first time)
./bin/facefusion.ps1 up -d

# stop
./bin/facefusion.ps1 stop

# start
./bin/facefusion.ps1 start

linux

# setup and start (for first time)
./bin/facefusion.sh up -d

# stop
./bin/facefusion.sh stop

# start
./bin/facefusion.sh start

Open in browser: http://localhost:7870

3. ollama and open-webui

windows

# setup and start (for first time)
./bin/ollama.ps1 up -d

# stop
./bin/ollama.ps1 stop

# start
./bin/ollama.ps1 start

linux

# setup and start (for first time)
./bin/ollama.sh up -d

# stop
./bin/ollama.sh stop

# start
./bin/ollama.sh start

Access Ollama API at: http://localhost:11434