mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Discard changes to docker-compose.yml
This commit is contained in:
parent
18709fa512
commit
fe5caa9066
|
|
@ -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=
|
||||
Loading…
Reference in a new issue