mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
First pass at getting Fooocus working
This commit is contained in:
parent
6a34739135
commit
18fb90ea22
4 changed files with 106 additions and 0 deletions
|
|
@ -71,3 +71,11 @@ services:
|
|||
deploy: {}
|
||||
environment:
|
||||
- CLI_ARGS=--cpu
|
||||
|
||||
fooocus: &fooocus
|
||||
<<: *base_service
|
||||
profiles: ["fooocus"]
|
||||
build: ./services/fooocus/
|
||||
image: sd-fooocus:3
|
||||
environment:
|
||||
- CLI_ARGS=
|
||||
Loading…
Add table
Add a link
Reference in a new issue