-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
21 lines (21 loc) · 813 Bytes
/
docker-compose.yml
File metadata and controls
21 lines (21 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
comfy3d:
build:
context: .
dockerfile: Dockerfile
platform: linux/amd64
runtime: nvidia
image: comfy3d
ports:
- "8188:8188"
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
- COMFYUI_PATH=/app
volumes:
# - ./output:/app/output
- ./models/diffusion_pytorch_model.safetensors:/app/models/controlnet/control_unique3d_sd15_tile.safetensors
- ./models/ip-adapter_sd15.safetensors:/app/models/ipadapter/ip-adapter_sd15.safetensors
- ./models/RealESRGAN_x4plus.pth:/app/models/upscale_models/RealESRGAN_x4plus.pth
- ./models/v1-5-pruned-emaonly.ckpt:/app/models/checkpoints/v1-5-pruned-emaonly.ckpt
- ./models/model.safetensors:/app/models/clip_vision/OpenCLIP-ViT-H-14.safetensors