mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Add tty to comfy service (#429)
Closes issue #428 Co-authored-by: Dylan Ivens <12586504+divens@users.noreply.github.com>
This commit is contained in:
parent
076b5747d3
commit
445f3f8bac
|
|
@ -68,6 +68,7 @@ services:
|
||||||
profiles: ["comfy"]
|
profiles: ["comfy"]
|
||||||
build: ./services/comfy/
|
build: ./services/comfy/
|
||||||
image: sd-comfy:1
|
image: sd-comfy:1
|
||||||
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=
|
- CLI_ARGS=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue