Discard changes to docker-compose.yml

This commit is contained in:
simonmcnair 2025-03-10 12:06:54 +00:00 committed by GitHub
parent 18709fa512
commit fe5caa9066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ services:
profiles: ["download"]
volumes:
- *v1
auto: &automatic
<<: *base_service
profiles: ["auto"]
@ -28,8 +27,6 @@ services:
image: sd-auto:80
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
- PUID=1000
- PGID=1000
forge: &forge
<<: *base_service
@ -38,8 +35,6 @@ services:
image: sd-forge:80
environment:
- CLI_ARGS=--allow-code --xformers --enable-insecure-extension-access --api --pin-shared-memory --cuda-malloc --cuda-stream
- PUID=1000
- PGID=1000
auto-cpu:
<<: *automatic
@ -47,9 +42,6 @@ services:
deploy: {}
environment:
- CLI_ARGS=--no-half --precision full --allow-code --enable-insecure-extension-access --api
- PUID=1000
- PGID=1000
invoke: &invoke
<<: *base_service
profiles: ["invoke"]
@ -58,16 +50,12 @@ services:
environment:
- PRELOAD=true
- CLI_ARGS=--xformers
- PUID=1000
- PGID=1000
# invoke-cpu:
# <<: *invoke
# profiles: ["invoke-cpu"]
# environment:
# - PRELOAD=true
# - CLI_ARGS=--always_use_cpu
comfy: &comfy
<<: *base_service
profiles: ["comfy"]
@ -75,17 +63,12 @@ services:
image: sd-comfy:6
environment:
- CLI_ARGS=
- PUID=1000
- PGID=1000
comfy-cpu:
<<: *comfy
profiles: ["comfy-cpu"]
deploy: {}
environment:
- CLI_ARGS=--cpu
- PUID=1000
- PGID=1000
fooocus: &fooocus
<<: *base_service
@ -93,6 +76,4 @@ services:
build: ./services/fooocus/
image: sd-fooocus:3
environment:
- CLI_ARGS=
- PUID=1000
- PGID=1000
- CLI_ARGS=